fffiloni commited on
Commit
783a96c
1 Parent(s): b7fc745

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ gradio_pipeline = GradioPipeline(
34
  )
35
 
36
  @spaces.GPU()
37
- def gpu_wrapped_execute_s_video(*args, **kwargs, progress=gr.Progress()):
38
  return gradio_pipeline.execute_s_video(*args, **kwargs)
39
 
40
  # assets
 
34
  )
35
 
36
  @spaces.GPU()
37
+ def gpu_wrapped_execute_s_video(*args, **kwargs):
38
  return gradio_pipeline.execute_s_video(*args, **kwargs)
39
 
40
  # assets