Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -223,7 +223,7 @@ def create_demo():
|
|
| 223 |
|
| 224 |
with gr.Row():
|
| 225 |
with gr.Column(scale=3):
|
| 226 |
-
chatbot = gr.Chatbot(label="Conversation"
|
| 227 |
chat_input = gr.MultimodalTextbox(
|
| 228 |
interactive=True,
|
| 229 |
file_types=["image"],
|
|
|
|
| 223 |
|
| 224 |
with gr.Row():
|
| 225 |
with gr.Column(scale=3):
|
| 226 |
+
chatbot = gr.Chatbot(label="Conversation")
|
| 227 |
chat_input = gr.MultimodalTextbox(
|
| 228 |
interactive=True,
|
| 229 |
file_types=["image"],
|