AkashDataScience commited on
Commit
2d191f6
·
1 Parent(s): ec0c631
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,5 +55,5 @@ examples=[{'text':"I am planning to buy a dog and a cat. Suggest some breeds tha
55
 
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()
 
55
 
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,
59
  title="Phi-3 Multimodel Assistant", multimodal=True).launch()