Spaces:
Running
on
Zero
Running
on
Zero
modified: app.py
Browse files
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(" ##
|
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,
|
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()
|