KingNish commited on
Commit
9dfb83c
·
verified ·
1 Parent(s): ebd7bc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -547,7 +547,7 @@ with gr.Blocks() as video:
547
  gr.Interface(
548
  fn=answer_question,
549
  inputs=[Image(type="filepath",sources="webcam", streaming=False), Textbox()],
550
- outputs=[gr.Audio(autoplay=True)]
551
  )
552
 
553
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo:
 
547
  gr.Interface(
548
  fn=answer_question,
549
  inputs=[Image(type="filepath",sources="webcam", streaming=False), Textbox()],
550
+ outputs=[Textbox()]
551
  )
552
 
553
  with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}", title="GPT 4o DEMO") as demo: