ysharma HF staff commited on
Commit
5379411
·
verified ·
1 Parent(s): 80d9b3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ demo = gr.ChatInterface(fn=echo,
14
  {"text": "Now!", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]},
15
  {"text": "Cool", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]}],
16
  title="Echo Bot",
17
- multimodal=True)
18
  demo.launch()
 
14
  {"text": "Now!", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]},
15
  {"text": "Cool", "files":["https://user-images.githubusercontent.com/1778297/158659207-04015a06-5cad-4ee1-bdbd-291054551540.png"]}],
16
  title="Echo Bot",
17
+ )
18
  demo.launch()