Spaces:
Paused
Paused
Commit
·
6ab16a9
1
Parent(s):
11690bd
Update app.py
Browse files
app.py
CHANGED
@@ -70,4 +70,4 @@ examples=[
|
|
70 |
chatbot = gr.Chatbot(label="PigeonChat",avatar_images=('user.png', 'bot.png'), min_width=260, show_share_button=False, show_copy_button=True, likeable=True, bubble_full_width = False)
|
71 |
|
72 |
|
73 |
-
gr.ChatInterface(predict, chatbot = chatbot, title=title, description=description, examples=examples).launch(
|
|
|
70 |
chatbot = gr.Chatbot(label="PigeonChat",avatar_images=('user.png', 'bot.png'), min_width=260, show_share_button=False, show_copy_button=True, likeable=True, bubble_full_width = False)
|
71 |
|
72 |
|
73 |
+
gr.ChatInterface(predict, chatbot = chatbot, title=title, description=description, examples=examples).launch(show_error=False, show_api=False)
|