Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks(css=css) as demo:
|
|
149 |
chat = gr.Chatbot(show_label=False)
|
150 |
submit = gr.Button(value="Upload", variant="primary")
|
151 |
with gr.Column():
|
152 |
-
output = gr.Image(type="pil",
|
153 |
|
154 |
response_handler = (
|
155 |
response,
|
|
|
149 |
chat = gr.Chatbot(show_label=False)
|
150 |
submit = gr.Button(value="Upload", variant="primary")
|
151 |
with gr.Column():
|
152 |
+
output = gr.Image(type="pil", interactive=False)
|
153 |
|
154 |
response_handler = (
|
155 |
response,
|