AkashDataScience commited on
Commit
ec0c631
·
1 Parent(s): dfae4e0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ examples=[{'text':"I am planning to buy a dog and a cat. Suggest some breeds tha
56
  gr.ChatInterface(infer, chatbot=gr.Chatbot(height=600),
57
  textbox=gr.Textbox(placeholder="How can I help you today", container=False,
58
  scale=7), theme="soft", examples=examples, undo_btn=None,
59
- title="Phi-3 Multimodel Assistant").launch()
 
56
  gr.ChatInterface(infer, chatbot=gr.Chatbot(height=600),
57
  textbox=gr.Textbox(placeholder="How can I help you today", container=False,
58
  scale=7), theme="soft", examples=examples, undo_btn=None,
59
+ title="Phi-3 Multimodel Assistant", multimodal=True).launch()