fffiloni commited on
Commit
d701afa
·
verified ·
1 Parent(s): 9489f80

Update simple_app.py

Browse files
Files changed (1) hide show
  1. 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 "./tmp/generated_video.mp4"
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")