Update app.py
Browse files
app.py
CHANGED
|
@@ -40,4 +40,4 @@ demo = gr.Interface(
|
|
| 40 |
description="Clone any voice from a 3-15 second audio sample. Supports 16 languages."
|
| 41 |
)
|
| 42 |
|
| 43 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 40 |
description="Clone any voice from a 3-15 second audio sample. Supports 16 languages."
|
| 41 |
)
|
| 42 |
|
| 43 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
|