simonraj commited on
Commit
5c005e7
·
verified ·
1 Parent(s): 1918a73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ theme = gr.themes.Base()
65
 
66
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="CrucialCoach DEMO") as demo:
67
  gr.Markdown("# CrucialCoach")
68
- gr.TabbedInterface([voice], ['🗣️ Voice Chat'])
69
 
70
  demo.queue(max_size=200)
71
  demo.launch()
 
65
 
66
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="CrucialCoach DEMO") as demo:
67
  gr.Markdown("# CrucialCoach")
68
+ voice.render()
69
 
70
  demo.queue(max_size=200)
71
  demo.launch()