Spaces:
Paused
Paused
Amamrnaf
commited on
Commit
·
f8a14a5
1
Parent(s):
9232118
yes
Browse files- __pycache__/coqui_tts.cpython-312.pyc +0 -0
- app.py +1 -1
__pycache__/coqui_tts.cpython-312.pyc
ADDED
Binary file (1.33 kB). View file
|
|
app.py
CHANGED
@@ -61,4 +61,4 @@ with gr.Blocks() as demo:
|
|
61 |
)
|
62 |
|
63 |
# Launch the Gradio app
|
64 |
-
demo.launch()
|
|
|
61 |
)
|
62 |
|
63 |
# Launch the Gradio app
|
64 |
+
demo.launch(share=True)
|