eswardivi commited on
Commit
3a688c5
1 Parent(s): 42acce8

Update app.py

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