Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -100,6 +100,7 @@ demo = gr.ChatInterface(
|
|
100 |
"files": [ "example.png" ]
|
101 |
}
|
102 |
]],
|
|
|
103 |
multimodal=True,
|
104 |
additional_inputs=[
|
105 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|
|
|
100 |
"files": [ "example.png" ]
|
101 |
}
|
102 |
]],
|
103 |
+
cache_examples=False,
|
104 |
multimodal=True,
|
105 |
additional_inputs=[
|
106 |
gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
|