Spaces:
Runtime error
Runtime error
Update app_dialogue.py
Browse files- app_dialogue.py +2 -1
app_dialogue.py
CHANGED
@@ -390,7 +390,8 @@ with gr.Blocks(fill_height=True) as demo:
|
|
390 |
fn=model_inference,
|
391 |
chatbot=chatbot,
|
392 |
examples=EXAMPLES,
|
393 |
-
multimodal=True,
|
|
|
394 |
cache_examples=False,
|
395 |
additional_inputs=[
|
396 |
model_selector,
|
|
|
390 |
fn=model_inference,
|
391 |
chatbot=chatbot,
|
392 |
examples=EXAMPLES,
|
393 |
+
# multimodal=True,
|
394 |
+
multimodal=False,
|
395 |
cache_examples=False,
|
396 |
additional_inputs=[
|
397 |
model_selector,
|