Spaces:
Runtime error
Runtime error
Update configs/opensora/inference/64x512x512.py
Browse files
configs/opensora/inference/64x512x512.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
num_frames = 16
|
2 |
-
fps = 24 //
|
3 |
image_size = (512, 512)
|
4 |
|
5 |
# Define model
|
|
|
1 |
num_frames = 16
|
2 |
+
fps = 24 // 3
|
3 |
image_size = (512, 512)
|
4 |
|
5 |
# Define model
|