Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,4 +27,4 @@ tts_demo = gr.Interface.load(
|
|
27 |
demo = gr.TabbedInterface([iface_sentiment, tts_demo], ["Sentiment Analysis", "Text to Speech"])
|
28 |
|
29 |
if __name__ == "__main__":
|
30 |
-
demo.launch(
|
|
|
27 |
demo = gr.TabbedInterface([iface_sentiment, tts_demo], ["Sentiment Analysis", "Text to Speech"])
|
28 |
|
29 |
if __name__ == "__main__":
|
30 |
+
demo.launch()
|