Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def predict(image, text):
|
|
33 |
)
|
34 |
return output
|
35 |
|
36 |
-
chatbot = gr.Chatbot(placeholder=
|
37 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|
38 |
|
39 |
with gr.Blocks(fill_height=True) as demo:
|
|
|
33 |
)
|
34 |
return output
|
35 |
|
36 |
+
chatbot = gr.Chatbot(placeholder=None, scale=1)
|
37 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...", show_label=False)
|
38 |
|
39 |
with gr.Blocks(fill_height=True) as demo:
|