Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -119,4 +119,5 @@ with demo:
|
|
119 |
b4.click(selectall, inputs=text, outputs=savedAll)
|
120 |
b5.click(tts, inputs=[text,TTSchoice], outputs=audio)
|
121 |
|
|
|
122 |
demo.launch(share=True)
|
|
|
119 |
b4.click(selectall, inputs=text, outputs=savedAll)
|
120 |
b5.click(tts, inputs=[text,TTSchoice], outputs=audio)
|
121 |
|
122 |
+
|
123 |
demo.launch(share=True)
|