jbilcke-hf HF staff commited on
Commit
338609d
1 Parent(s): f437c39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def infer(prompt, video_in, denoise_strength, secret_token):
72
  video_frames = pipe_xl(prompt, negative_prompt=negative_prompt, video=video_resized, strength=denoise_strength).frames
73
  video_path = export_to_video(video_frames, output_video_path="xl_result.mp4")
74
 
75
- return "xl_result.mp4", gr.Group.update(visible=True)
76
 
77
 
78
  with gr.Blocks() as demo:
 
72
  video_frames = pipe_xl(prompt, negative_prompt=negative_prompt, video=video_resized, strength=denoise_strength).frames
73
  video_path = export_to_video(video_frames, output_video_path="xl_result.mp4")
74
 
75
+ return "xl_result.mp4" #, gr.Group.update(visible=True)
76
 
77
 
78
  with gr.Blocks() as demo: