KingNish commited on
Commit
bace16e
β€’
1 Parent(s): b08aa14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -425,7 +425,7 @@ with gr.Blocks() as voice:
425
  outputs=[output], live=True)
426
 
427
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
428
- gr.TabbedInterface([voice, img], ['πŸ—£οΈ Voice Chat', 'πŸ’¬ SuperChat'])
429
 
430
 
431
  demo.launch()
 
425
  outputs=[output], live=True)
426
 
427
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
428
+ gr.TabbedInterface([voice, img], ['πŸ’¬ SuperChat','πŸ—£οΈ Voice Chat', ])
429
 
430
 
431
  demo.launch()