Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ron0420
/
EfficientNetV2_Deepfakes_Image_Detector
like
18
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ron0420
commited on
Jan 10, 2022
Commit
419425e
·
1 Parent(s):
cac49a7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -95,4 +95,4 @@ gr.Interface(deepfakespredict,
95
title=title,
96
description=description,
97
examples = examples
98
-
).launch()
95
title=title,
96
description=description,
97
examples = examples
98
+
).launch(
share=True
)