Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -578,6 +578,8 @@ def handle_query(user_question, chatbot, audio=None):
|
|
578 |
return "Processing was cancelled."
|
579 |
try:
|
580 |
result = future.result() # Get the result of the completed future
|
|
|
|
|
581 |
return result
|
582 |
except Exception as e:
|
583 |
return f"Error occurred: {e}"
|
|
|
578 |
return "Processing was cancelled."
|
579 |
try:
|
580 |
result = future.result() # Get the result of the completed future
|
581 |
+
print("result")
|
582 |
+
print(result)
|
583 |
return result
|
584 |
except Exception as e:
|
585 |
return f"Error occurred: {e}"
|