jaumaras commited on
Commit
b829db0
·
1 Parent(s): d82eb03

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- 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()
 
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()