Yhhxhfh commited on
Commit
b612fb6
1 Parent(s): 7593438

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def animate(
125
  ]
126
 
127
  @torch.no_grad()
128
- @spaces.GPU()
129
  def animate_on_gpu(
130
  image_data: Union[Image.Image, List[Image.Image]],
131
  seed: Optional[int] = 42,
 
125
  ]
126
 
127
  @torch.no_grad()
128
+ @spaces.GPU(queue=False)
129
  def animate_on_gpu(
130
  image_data: Union[Image.Image, List[Image.Image]],
131
  seed: Optional[int] = 42,