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