jaumaras commited on
Commit
7358b6b
·
1 Parent(s): c0a01d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # ".secondary_hue {background-color: black}")
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__":