Mustafa-albakkar commited on
Commit
9db7465
ยท
verified ยท
1 Parent(s): c3830b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(ATTACHMENTS_DIR, file_name)
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):