fffiloni commited on
Commit
7e611ea
·
verified ·
1 Parent(s): 9a3b0ec

Update simple_app.py

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