Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -156,7 +156,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
|
|
| 156 |
if file_name and file_path:
|
| 157 |
exists = os.path.exists(file_path)
|
| 158 |
print("Checking file path")
|
| 159 |
-
print(f"Task ID
|
| 160 |
print(f"Attempting to load file at: {file_path} (Exists: {exists})")
|
| 161 |
|
| 162 |
if exists:
|
|
|
|
| 156 |
if file_name and file_path:
|
| 157 |
exists = os.path.exists(file_path)
|
| 158 |
print("Checking file path")
|
| 159 |
+
print(f"Task ID: {task_id}, File Name: {file_name}, Exists: {exists}, Calculated Path: {file_path}")
|
| 160 |
print(f"Attempting to load file at: {file_path} (Exists: {exists})")
|
| 161 |
|
| 162 |
if exists:
|