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

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], ['πŸ’¬ SuperChat','πŸ—£οΈ Voice Chat', ])
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([img, voice], ['πŸ’¬ SuperChat','πŸ—£οΈ Voice Chat', ])
429
 
430
 
431
  demo.launch()