Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -523,7 +523,7 @@ class GaiaRunner:
|
|
| 523 |
|
| 524 |
# ุฑุงุจุท API ูุชุญู
ูู ุงูู
ูู
|
| 525 |
url = f"https://agents-course-unit4-scoring.hf.space/files/{task_id}"
|
| 526 |
-
local_path = os.path.join(
|
| 527 |
|
| 528 |
# ุชูุฒูู ุงูู
ูู ุฅุฐุง ูู
ููู ู
ูุฌูุฏูุง ู
ุญูููุง
|
| 529 |
if not os.path.exists(local_path):
|
|
|
|
| 523 |
|
| 524 |
# ุฑุงุจุท API ูุชุญู
ูู ุงูู
ูู
|
| 525 |
url = f"https://agents-course-unit4-scoring.hf.space/files/{task_id}"
|
| 526 |
+
local_path = os.path.join("attachments", file_name)
|
| 527 |
|
| 528 |
# ุชูุฒูู ุงูู
ูู ุฅุฐุง ูู
ููู ู
ูุฌูุฏูุง ู
ุญูููุง
|
| 529 |
if not os.path.exists(local_path):
|