Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -224,7 +224,7 @@ class DocumentRetrievalAndGeneration:
|
|
| 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
|
| 230 |
|
|
|
|
| 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
|
| 230 |
|