Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Jannat24
/
uncovering_deepfake_image
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jannat24
commited on
Mar 16
Commit
87e7ced
·
1 Parent(s):
01bd508
16march_1
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -125,4 +125,4 @@ interface = gr.Interface(
125
description="Upload an DeepFake image.",
126
)
127
128
-
interface.launch()
125
description="Upload an DeepFake image.",
126
)
127
128
+
interface.launch(
debug=True
)