Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,8 +75,6 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 75 |
with open(file_path, "rb") as f:
|
| 76 |
file_content = f.read()
|
| 77 |
|
| 78 |
-
else:
|
| 79 |
-
print(f"File not found: {file_url} (status {response.status_code})")
|
| 80 |
if not task_id or question_text is None:
|
| 81 |
print(f"Skipping item with missing task_id or question: {item}")
|
| 82 |
continue
|
|
|
|
| 75 |
with open(file_path, "rb") as f:
|
| 76 |
file_content = f.read()
|
| 77 |
|
|
|
|
|
|
|
| 78 |
if not task_id or question_text is None:
|
| 79 |
print(f"Skipping item with missing task_id or question: {item}")
|
| 80 |
continue
|