Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,6 @@ stt_demo = gr.load(
|
|
30 |
description="Let me try to guess what you're saying!",
|
31 |
)
|
32 |
gr.api_name="additionss"
|
33 |
-
|
34 |
if __name__ == "__main__":
|
35 |
demo.launch()
|
|
|
30 |
description="Let me try to guess what you're saying!",
|
31 |
)
|
32 |
gr.api_name="additionss"
|
33 |
+
demo = gr.TabbedInterface([tts_demo, stt_demo], ["Text-to-speech", "Speech-to-text"],css=".gradio-container {background-color: black}")
|
34 |
if __name__ == "__main__":
|
35 |
demo.launch()
|