Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as iface:
|
|
147 |
with gr.Column(scale=2):
|
148 |
chatbot = gr.Chatbot(label="Analysis Results and Chat")
|
149 |
|
150 |
-
msg = gr.Textbox(label="Ask a question about the image and press Enter)
|
151 |
clear = gr.Button("Clear Chat")
|
152 |
|
153 |
analyze_button.click(
|
|
|
147 |
with gr.Column(scale=2):
|
148 |
chatbot = gr.Chatbot(label="Analysis Results and Chat")
|
149 |
|
150 |
+
msg = gr.Textbox(label="Ask a question about the image and press Enter")
|
151 |
clear = gr.Button("Clear Chat")
|
152 |
|
153 |
analyze_button.click(
|