jaumaras commited on
Commit
00cf2c9
·
1 Parent(s): e7915c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"],css=".gradio-container {background-color: black}")
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()