peterpeter8585 commited on
Commit
0e1fee6
·
verified ·
1 Parent(s): e5b4fed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -56,6 +56,7 @@ demo = gr.ChatInterface(
56
  label="Top-p (nucleus sampling)",
57
  ),
58
  ],
 
59
  )
60
 
61
 
 
56
  label="Top-p (nucleus sampling)",
57
  ),
58
  ],
59
+ multimodal=True
60
  )
61
 
62