Sborole commited on
Commit
8aefc25
·
verified ·
1 Parent(s): bc354cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": {task_id},"File Name": {file_name},"Path Exists": " YES" if exists else "NO", "Calculated Path": {file_path}")
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: