fffiloni commited on
Commit
d87127d
·
verified ·
1 Parent(s): 2baa6f8

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(track_tqdm=True)):
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