fffiloni commited on
Commit
8e8a01a
1 Parent(s): 97a5903

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def infer():
50
 
51
  print(f"RESULT: {mp4_file_path}")
52
 
53
- return result
54
 
55
  with gr.Blocks() as demo:
56
  with gr.Column():
 
50
 
51
  print(f"RESULT: {mp4_file_path}")
52
 
53
+ return mp4_file_path
54
 
55
  with gr.Blocks() as demo:
56
  with gr.Column():