Nymbo commited on
Commit
fb6affe
1 Parent(s): 3647cdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -65,8 +65,7 @@ tabbed_interface = gr.TabbedInterface(
65
  ["Speech-to-text", "Text-to-speech", "Language Identification"],
66
  )
67
 
68
- with gr.Blocks(css=css) as demo:
69
- theme="Nymbo/Nymbo_Theme"
70
  gr.Markdown(
71
  "<p align='center' style='font-size: 20px;'>MMS</p>"
72
  )
 
65
  ["Speech-to-text", "Text-to-speech", "Language Identification"],
66
  )
67
 
68
+ with gr.Blocks() as demo:
 
69
  gr.Markdown(
70
  "<p align='center' style='font-size: 20px;'>MMS</p>"
71
  )