Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KomaAl
/
DetectingAIGeneratedImages_and_ModelAttribution
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fb5655d
DetectingAIGeneratedImages_and_ModelAttribution
/
app.py
KomaAl
Add app and code; load models from HF repos to avoid storing weights in Space
26b2b7c
about 1 month ago
raw
Copy download link
history
blame
Safe
124 Bytes
from
gradio_two_stage_app
import
build_interface
if
__name__ ==
"__main__"
:
demo = build_interface()
demo.launch()