eswardivi commited on
Commit
9a34670
1 Parent(s): 63b82b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -100,7 +100,8 @@ demo = gr.ChatInterface(
100
  render=False,
101
  ),
102
  ],
103
- multimodal=False,
 
104
  title="Chat With LLMs",
105
  )
106
  demo.launch()
 
100
  render=False,
101
  ),
102
  ],
103
+ stop_btn="Stop Generation",
104
+ multimodal=True,
105
  title="Chat With LLMs",
106
  )
107
  demo.launch()