Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -510,7 +510,7 @@ class GaiaRunner:
|
|
| 510 |
# @staticmethod
|
| 511 |
ATTACHMENTS_DIR = "attachments"
|
| 512 |
os.makedirs(ATTACHMENTS_DIR, exist_ok=True)
|
| 513 |
-
|
| 514 |
def download_gaia_attachment(task: dict) -> str:
|
| 515 |
"""
|
| 516 |
تنزيل المرفق المرتبط بالسؤال من GAIA API وتخزينه محليًا.
|
|
|
|
| 510 |
# @staticmethod
|
| 511 |
ATTACHMENTS_DIR = "attachments"
|
| 512 |
os.makedirs(ATTACHMENTS_DIR, exist_ok=True)
|
| 513 |
+
@staticmethod
|
| 514 |
def download_gaia_attachment(task: dict) -> str:
|
| 515 |
"""
|
| 516 |
تنزيل المرفق المرتبط بالسؤال من GAIA API وتخزينه محليًا.
|