Ruurd commited on
Commit
11c7697
·
1 Parent(s): 1bd565a

Remove thread.join()

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -205,8 +205,6 @@ def chat_with_model(messages, pid):
205
 
206
  patient_conversations[current_id] = updated_messages
207
  yield updated_messages
208
-
209
- thread.join()
210
 
211
  if in_think:
212
  output_text += "*"
 
205
 
206
  patient_conversations[current_id] = updated_messages
207
  yield updated_messages
 
 
208
 
209
  if in_think:
210
  output_text += "*"