st192011 commited on
Commit
a0e60b9
·
verified ·
1 Parent(s): 1fc5cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.STDOUT,
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
  )