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
umm-maybe
commited on
Oct 8, 2022
Commit
d6b354b
•
1 Parent(s):
ef33023
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
iface = gr.Interface.load("models/umm-maybe/ai-image-detector")
3
+
4
+
iface.launch()