Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -456,7 +456,7 @@ ae= gr.ChatInterface(
|
|
456 |
)
|
457 |
aa=gr.ChatInterface(
|
458 |
respond1,
|
459 |
-
textbox=gr.MultimodalTextbox(file_types=["image"], show_label=False)
|
460 |
chatbot=chatbot3,
|
461 |
additional_inputs=[
|
462 |
gr.Textbox(value="You are a helpful assistant.", label="System message", interactive=True),
|
|
|
456 |
)
|
457 |
aa=gr.ChatInterface(
|
458 |
respond1,
|
459 |
+
textbox=gr.MultimodalTextbox(file_types=["image"], show_label=False),
|
460 |
chatbot=chatbot3,
|
461 |
additional_inputs=[
|
462 |
gr.Textbox(value="You are a helpful assistant.", label="System message", interactive=True),
|