Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amphion
/
DeepfakeDetection
like
4
Running
on
Zero
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
wli3221134
commited on
Jan 3
Commit
c9aca5b
·
verified
·
1 Parent(s):
8653b32
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -104,4 +104,4 @@ def gradio_ui():
104
105
if __name__ == "__main__":
106
demo = gradio_ui()
107
-
demo.launch(share=
True
)
104
105
if __name__ == "__main__":
106
demo = gradio_ui()
107
+
demo.launch(share=
False
)