Spaces:
Configuration error
Configuration error
Update crew.py
Browse files
crew.py
CHANGED
|
@@ -190,12 +190,12 @@ def run_crew(question, file_path):
|
|
| 190 |
|
| 191 |
Returns:
|
| 192 |
str: Answer to the question
|
| 193 |
-
file_path (str): Optional document file path
|
| 194 |
|
| 195 |
Raises:
|
| 196 |
RuntimeError: If processing fails"""
|
| 197 |
try:
|
| 198 |
print("###")
|
|
|
|
| 199 |
print(file_path)
|
| 200 |
print("###")
|
| 201 |
if file_path:
|
|
|
|
| 190 |
|
| 191 |
Returns:
|
| 192 |
str: Answer to the question
|
|
|
|
| 193 |
|
| 194 |
Raises:
|
| 195 |
RuntimeError: If processing fails"""
|
| 196 |
try:
|
| 197 |
print("###")
|
| 198 |
+
print(question)
|
| 199 |
print(file_path)
|
| 200 |
print("###")
|
| 201 |
if file_path:
|