blanchon commited on
Commit
2c536f7
·
1 Parent(s): 110fded
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ model.eval()
22
  model.requires_grad_(False)
23
 
24
 
25
- @spaces.gpu()
26
  def generate_motion(
27
  text_prompt: str, motion_length: int, progress=gr.Progress(track_tqdm=True)
28
  ) -> tuple[Path, str, Path]:
 
22
  model.requires_grad_(False)
23
 
24
 
25
+ @spaces.GPU
26
  def generate_motion(
27
  text_prompt: str, motion_length: int, progress=gr.Progress(track_tqdm=True)
28
  ) -> tuple[Path, str, Path]: