AItool commited on
Commit
f08dd09
·
verified ·
1 Parent(s): ed2b611

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def generate_demo_gif(exp=2, progress=gr.Progress(track_tqdm=True)):
31
 
32
  print("STDOUT:", result.stdout)
33
  print("STDERR:", result.stderr)
34
- print("Exists?", os.path.exists("/tmp/output.gif")) # ⬅️ Add it here
35
 
36
  # Check and display result
37
  if result.returncode == 0 and os.path.exists(OUTPUT_GIF):
 
31
 
32
  print("STDOUT:", result.stdout)
33
  print("STDERR:", result.stderr)
34
+ print("Exists?", os.path.exists("/output/output.gif")) # ⬅️ Add it here
35
 
36
  # Check and display result
37
  if result.returncode == 0 and os.path.exists(OUTPUT_GIF):