Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,6 @@ def handle_message(data):
|
|
197 |
{"input": question, 'language': language},
|
198 |
config={"configurable": {"session_id": session_id}},
|
199 |
):
|
200 |
-
print(chunk)
|
201 |
emit('response', chunk, room=request.sid)
|
202 |
except Exception as e:
|
203 |
print(e)
|
|
|
197 |
{"input": question, 'language': language},
|
198 |
config={"configurable": {"session_id": session_id}},
|
199 |
):
|
|
|
200 |
emit('response', chunk, room=request.sid)
|
201 |
except Exception as e:
|
202 |
print(e)
|