Spaces:
Build error
Build error
kingabzpro
commited on
Commit
·
e12bcd8
1
Parent(s):
b5f7da3
Update app.py
Browse files
app.py
CHANGED
@@ -83,4 +83,4 @@ gr.ChatInterface(predict,
|
|
83 |
cache_examples=True,
|
84 |
theme='gstaff/xkcd',
|
85 |
chatbot=gr.Chatbot(height=300),
|
86 |
-
textbox=gr.Textbox(placeholder="Chat with me")).queue().launch(
|
|
|
83 |
cache_examples=True,
|
84 |
theme='gstaff/xkcd',
|
85 |
chatbot=gr.Chatbot(height=300),
|
86 |
+
textbox=gr.Textbox(placeholder="Chat with me")).queue().launch()
|