eswardivi commited on
Commit
3fbb202
1 Parent(s): e12e512

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True,
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
  ),