Spaces:
Running
on
Zero
Running
on
Zero
Update
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ model.eval()
|
|
| 22 |
model.requires_grad_(False)
|
| 23 |
|
| 24 |
|
| 25 |
-
@spaces.
|
| 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]:
|