Spaces:
Runtime error
Runtime error
app is shared public.
Browse files
app.py
CHANGED
|
@@ -89,4 +89,4 @@ gr.Interface(deepfakespredict,
|
|
| 89 |
description=description,
|
| 90 |
examples = examples,
|
| 91 |
examples_per_page = 5
|
| 92 |
-
).launch()
|
|
|
|
| 89 |
description=description,
|
| 90 |
examples = examples,
|
| 91 |
examples_per_page = 5
|
| 92 |
+
).launch(share=True)
|