Spaces:
Build error
Build error
Commit
·
f236cfc
1
Parent(s):
4e41748
Update app.py
Browse files
app.py
CHANGED
@@ -79,6 +79,4 @@ examples = ["How are you?","What is love?"]
|
|
79 |
gr.ChatInterface(predict,
|
80 |
title=title,
|
81 |
description=description,
|
82 |
-
theme='gstaff/xkcd'
|
83 |
-
chatbot=gr.Chatbot(height=300),
|
84 |
-
textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()
|
|
|
79 |
gr.ChatInterface(predict,
|
80 |
title=title,
|
81 |
description=description,
|
82 |
+
theme='gstaff/xkcd').queue().launch()
|
|
|
|