aizanlabs commited on
Commit
2c90d7d
·
verified ·
1 Parent(s): af73538

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -222,8 +222,8 @@ class DocumentRetrievalAndGeneration:
222
  solution_text = match2.group(1).strip()
223
  else:
224
  solution_text=generated_response
225
- print("Generated response:", generated_response)
226
- print("Time elapsed:", elapsed_time)
227
  print("Device in use:", self.llm.device)
228
 
229
  return solution_text, content
 
222
  solution_text = match2.group(1).strip()
223
  else:
224
  solution_text=generated_response
225
+ # print("Generated response:", generated_response)
226
+ # print("Time elapsed:", elapsed_time)
227
  print("Device in use:", self.llm.device)
228
 
229
  return solution_text, content