Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
umm-maybe/AI-image-detector
MMSPG
/
AI-image-detector
like
0
Sleeping
App
Files
Files
Community
d6b354b
AI-image-detector
/
app.py
umm-maybe
Upload app.py
d6b354b
about 2 years ago
raw
Copy download link
history
blame
100 Bytes
import
gradio
as
gr
iface = gr.Interface.load(
"models/umm-maybe/ai-image-detector"
)
iface.launch()