Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def socratic_streaming_chat(user_query):
|
|
| 39 |
process = subprocess.Popen(
|
| 40 |
cmd,
|
| 41 |
stdout=subprocess.PIPE,
|
| 42 |
-
stderr=subprocess.
|
| 43 |
text=True,
|
| 44 |
bufsize=1
|
| 45 |
)
|
|
|
|
| 39 |
process = subprocess.Popen(
|
| 40 |
cmd,
|
| 41 |
stdout=subprocess.PIPE,
|
| 42 |
+
stderr=subprocess.DEVNULL,
|
| 43 |
text=True,
|
| 44 |
bufsize=1
|
| 45 |
)
|