KingNish commited on
Commit
c787a85
1 Parent(s): efde43c

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -535,7 +535,7 @@ with gr.Blocks() as voice2:
535
  outputs=[output], live=True)
536
 
537
  with gr.Blocks() as video:
538
- gr.Markdown(" ## Video Chat Beta")
539
  gr.Markdown("### Click camera option to update image")
540
  gr.Interface(
541
  fn=answer_question,
@@ -545,7 +545,7 @@ with gr.Blocks() as video:
545
 
546
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
547
  gr.Markdown("# OpenGPT 4o")
548
- gr.TabbedInterface([img, voice, voice2, video], ['💬 SuperChat','🗣️ Voice Chat', '🗣️ Voice Chat 2', '📸 Video Chat'])
549
 
550
  demo.queue(max_size=200)
551
  demo.launch()
 
535
  outputs=[output], live=True)
536
 
537
  with gr.Blocks() as video:
538
+ gr.Markdown(" ## Live Chat Beta")
539
  gr.Markdown("### Click camera option to update image")
540
  gr.Interface(
541
  fn=answer_question,
 
545
 
546
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
547
  gr.Markdown("# OpenGPT 4o")
548
+ gr.TabbedInterface([img, voice, video, voice2], ['💬 SuperChat','🗣️ Voice Chat','📸 Live Chat', '🗣️ Voice Chat 2'])
549
 
550
  demo.queue(max_size=200)
551
  demo.launch()