Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,5 +36,5 @@ interface_tts = gr.Interface.load(
|
|
| 36 |
demo = gr.TabbedInterface([interface_emotion, interface_tts], ["Emotion Classification", "Text to Speech"])
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
-
demo.launch(
|
| 40 |
|
|
|
|
| 36 |
demo = gr.TabbedInterface([interface_emotion, interface_tts], ["Emotion Classification", "Text to Speech"])
|
| 37 |
|
| 38 |
if __name__ == "__main__":
|
| 39 |
+
demo.launch()
|
| 40 |
|