Spaces:
Paused
Paused
Update simple_app.py
Browse files- simple_app.py +1 -1
simple_app.py
CHANGED
@@ -26,7 +26,7 @@ def infer(prompt):
|
|
26 |
|
27 |
if result.returncode == 0:
|
28 |
print("Command executed successfully.")
|
29 |
-
return "./tmp/
|
30 |
else:
|
31 |
print("Error executing command.")
|
32 |
raise gr.Error("Error executing command")
|
|
|
26 |
|
27 |
if result.returncode == 0:
|
28 |
print("Command executed successfully.")
|
29 |
+
return "./tmp/generated_video.mp4"
|
30 |
else:
|
31 |
print("Error executing command.")
|
32 |
raise gr.Error("Error executing command")
|