Spaces:
Paused
Paused
Commit
·
e015e9d
1
Parent(s):
7103ed9
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,6 @@ examples=[
|
|
41 |
"Write a 100-word article on 'Benefits of Open-Source in AI research'",
|
42 |
]
|
43 |
|
44 |
-
chatbot = gr.Chatbot(label="PigeonChat", avatar_images=["https://www.gstatic.com/android/keyboard/emojikitchen/
|
45 |
|
46 |
gr.ChatInterface(predict, chatbot = chatbot, title=title, examples=examples).launch(show_error=False, show_api=False)
|
|
|
41 |
"Write a 100-word article on 'Benefits of Open-Source in AI research'",
|
42 |
]
|
43 |
|
44 |
+
chatbot = gr.Chatbot(label="PigeonChat", avatar_images=["https://www.gstatic.com/android/keyboard/emojikitchen/20210521/u1fa84/u1fa84_u1f642.png", "https://www.gstatic.com/android/keyboard/emojikitchen/20220815/u1f60e/u1f60e_u1f54a-ufe0f.png"], min_width=260, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
|
45 |
|
46 |
gr.ChatInterface(predict, chatbot = chatbot, title=title, examples=examples).launch(show_error=False, show_api=False)
|