Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def chat(message, history, temperature, top_p, top_k, max_tokens):
|
|
78 |
demo = gr.ChatInterface(
|
79 |
fn=chat,
|
80 |
examples=[["Write me a poem about Machine Learning."]],
|
81 |
-
multimodal=True,
|
82 |
additional_inputs_accordion=gr.Accordion(
|
83 |
label="⚙️ Parameters", open=False, render=False
|
84 |
),
|
|
|
78 |
demo = gr.ChatInterface(
|
79 |
fn=chat,
|
80 |
examples=[["Write me a poem about Machine Learning."]],
|
81 |
+
# multimodal=True,
|
82 |
additional_inputs_accordion=gr.Accordion(
|
83 |
label="⚙️ Parameters", open=False, render=False
|
84 |
),
|