Spaces:
Running
Running
Update simple_app.py
Browse files- simple_app.py +1 -1
simple_app.py
CHANGED
@@ -31,7 +31,7 @@ def infer(prompt):
|
|
31 |
|
32 |
if result.returncode == 0:
|
33 |
print("Command executed successfully.")
|
34 |
-
return "
|
35 |
else:
|
36 |
print("Error executing command.")
|
37 |
raise gr.Error("Error executing command")
|
|
|
31 |
|
32 |
if result.returncode == 0:
|
33 |
print("Command executed successfully.")
|
34 |
+
return "generated_video.mp4"
|
35 |
else:
|
36 |
print("Error executing command.")
|
37 |
raise gr.Error("Error executing command")
|