Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -142,8 +142,7 @@ ref = (
|
|
| 142 |
"</center>")
|
| 143 |
|
| 144 |
# create a chat interface
|
| 145 |
-
chatbot = gr.Chatbot()
|
| 146 |
-
#chatbot = gr.Chatbot()
|
| 147 |
|
| 148 |
demo = gr.Interface(
|
| 149 |
chat,
|
|
|
|
| 142 |
"</center>")
|
| 143 |
|
| 144 |
# create a chat interface
|
| 145 |
+
chatbot = gr.Chatbot()
|
|
|
|
| 146 |
|
| 147 |
demo = gr.Interface(
|
| 148 |
chat,
|