dlflannery commited on
Commit
417a222
·
verified ·
1 Parent(s): e2d70d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -901,7 +901,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
901
  submit_button = gr.Button(value="Submit Prompt/Question")
902
  speak_output = gr.Button(value="Speak Dialog", visible=False)
903
  prompt_window = gr.Textbox(label = "Prompt or Question")
904
- output_window = gr.Textbox(label = "Dialog")
905
  with gr.Row():
906
  with gr.Column():
907
  image_window2 = gr.Image(visible=False, interactive=True, label='Image to Analyze', type='filepath')
 
901
  submit_button = gr.Button(value="Submit Prompt/Question")
902
  speak_output = gr.Button(value="Speak Dialog", visible=False)
903
  prompt_window = gr.Textbox(label = "Prompt or Question")
904
+ output_window = gr.Markdown(label = "Dialog")
905
  with gr.Row():
906
  with gr.Column():
907
  image_window2 = gr.Image(visible=False, interactive=True, label='Image to Analyze', type='filepath')