Spaces:
Running
Running
Update app.py
Browse files
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("/
|
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):
|