Spaces:
Sleeping
Sleeping
Commit
·
22641d7
1
Parent(s):
f0fb787
Playing with buttons
Browse files
app.py
CHANGED
@@ -43,5 +43,5 @@ examples=[["I am planning to buy a dog and a cat. Suggest some breeds that get a
|
|
43 |
|
44 |
gr.ChatInterface(infer, chatbot=gr.Chatbot(height=300),
|
45 |
textbox=gr.Textbox(placeholder="How can I help you today", container=False,
|
46 |
-
scale=7), theme="soft", examples=examples,
|
47 |
title="Phi-3 Assistant").launch()
|
|
|
43 |
|
44 |
gr.ChatInterface(infer, chatbot=gr.Chatbot(height=300),
|
45 |
textbox=gr.Textbox(placeholder="How can I help you today", container=False,
|
46 |
+
scale=7), theme="soft", examples=examples, undo_btn=None,
|
47 |
title="Phi-3 Assistant").launch()
|