Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,7 +185,7 @@ with gr.Blocks() as demo:
|
|
| 185 |
with gr.Row():
|
| 186 |
image_a = gr.Image(show_label=False, interactive=False)
|
| 187 |
gr.Markdown(' ')
|
| 188 |
-
image_b = gr.Image(show_label=False, interactive=False
|
| 189 |
|
| 190 |
|
| 191 |
chat = gr.Chatbot(show_label=False)
|
|
|
|
| 185 |
with gr.Row():
|
| 186 |
image_a = gr.Image(show_label=False, interactive=False)
|
| 187 |
gr.Markdown(' ')
|
| 188 |
+
image_b = gr.Image(show_label=False, interactive=False)
|
| 189 |
|
| 190 |
|
| 191 |
chat = gr.Chatbot(show_label=False)
|