Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ from torchvision.transforms.functional import resize
|
|
| 12 |
|
| 13 |
from modeling import Generator
|
| 14 |
|
| 15 |
-
MAX_DURATION =
|
| 16 |
OUT_FPS = 18
|
| 17 |
DEVICE = "cpu" if not torch.cuda.is_available() else "cuda"
|
| 18 |
|
|
|
|
| 12 |
|
| 13 |
from modeling import Generator
|
| 14 |
|
| 15 |
+
MAX_DURATION = 60
|
| 16 |
OUT_FPS = 18
|
| 17 |
DEVICE = "cpu" if not torch.cuda.is_available() else "cuda"
|
| 18 |
|