Spaces:
Runtime error
Runtime error
Vishaltiwari2019
commited on
Commit
•
d8c2b28
1
Parent(s):
d1bb585
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 |
|