multimodalart HF Staff commited on
Commit
ea1bf2e
·
verified ·
1 Parent(s): aa3823e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ def on_highres_toggle(image, high_res):
167
  return gr.update(value=w), gr.update(value=h)
168
 
169
 
170
- @spaces.GPU(duration=75, size="xlarge")
171
  @torch.inference_mode()
172
  def generate_video(
173
  input_image,
 
167
  return gr.update(value=w), gr.update(value=h)
168
 
169
 
170
+ @spaces.GPU(duration=75)
171
  @torch.inference_mode()
172
  def generate_video(
173
  input_image,