Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,5 +188,5 @@ iface = gr.Interface(
|
|
| 188 |
description="Upload an mp4 file to check for DeepVoice indicators."
|
| 189 |
)
|
| 190 |
|
| 191 |
-
|
| 192 |
-
|
|
|
|
| 188 |
description="Upload an mp4 file to check for DeepVoice indicators."
|
| 189 |
)
|
| 190 |
|
| 191 |
+
if __name__ == "__main__":
|
| 192 |
+
demo.launch(share=True, debug=True)
|