Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def chat_fn(message, history):
|
|
| 143 |
# return response, session_id_state
|
| 144 |
|
| 145 |
|
| 146 |
-
# ================= GRADIO =================
|
| 147 |
|
| 148 |
demo = gr.ChatInterface(
|
| 149 |
fn=chat_fn,
|
|
|
|
| 143 |
# return response, session_id_state
|
| 144 |
|
| 145 |
|
| 146 |
+
# ================= GRADIO ====================
|
| 147 |
|
| 148 |
demo = gr.ChatInterface(
|
| 149 |
fn=chat_fn,
|