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