Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -32,6 +32,6 @@ stt_demo = gr.load(
|
|
32 |
description=this_Markdown2,
|
33 |
)
|
34 |
gr.api_name="additionss"
|
35 |
-
demo = gr.TabbedInterface([tts_demo, stt_demo], ["Text-to-speech", "Speech-to-text"]
|
36 |
if __name__ == "__main__":
|
37 |
demo.launch()
|
|
|
32 |
description=this_Markdown2,
|
33 |
)
|
34 |
gr.api_name="additionss"
|
35 |
+
demo = gr.TabbedInterface([tts_demo, stt_demo], ["Text-to-speech", "Speech-to-text"])##,css=".gradio-container {background-color: black}")
|
36 |
if __name__ == "__main__":
|
37 |
demo.launch()
|