Spaces:
Running
Running
Update app.py
Browse files
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.
|
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')
|