Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
safe-challenge-2025
/
example-submission
like
0
Follow
SAFE: Image Edit Detection and Localization Challenge 2025
11
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
3
refs/pr/2
example-submission
/
main.py
sachin sharma
initial commit
b1f0e98
3 months ago
raw
Copy download link
history
blame
Safe
101 Bytes
"""
Main FastAPI application entry point.
"""
from
app.core.app
import
create_app
app = create_app()