Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ DEFAULT_PROMPT = (
|
|
| 92 |
"Fine lunar dust lifts and drifts outward with each movement, floating "
|
| 93 |
"in slow arcs before settling back onto the ground."
|
| 94 |
)
|
| 95 |
-
DEFAULT_FRAME_RATE =
|
| 96 |
|
| 97 |
# Resolution presets: (width, height)
|
| 98 |
RESOLUTIONS = {
|
|
|
|
| 92 |
"Fine lunar dust lifts and drifts outward with each movement, floating "
|
| 93 |
"in slow arcs before settling back onto the ground."
|
| 94 |
)
|
| 95 |
+
DEFAULT_FRAME_RATE = 24.0
|
| 96 |
|
| 97 |
# Resolution presets: (width, height)
|
| 98 |
RESOLUTIONS = {
|