Spaces:
Sleeping
Sleeping
Short very short naming fixed
Browse files
app.py
CHANGED
|
@@ -29,8 +29,8 @@ def speed_to_length(choice):
|
|
| 29 |
|
| 30 |
def pause_to_length(choice):
|
| 31 |
return {
|
| 32 |
-
"very short (
|
| 33 |
-
"short (
|
| 34 |
"medium": 1.0,
|
| 35 |
}[choice]
|
| 36 |
|
|
|
|
| 29 |
|
| 30 |
def pause_to_length(choice):
|
| 31 |
return {
|
| 32 |
+
"very short (x5)": 0.2,
|
| 33 |
+
"short (x2)": 0.5,
|
| 34 |
"medium": 1.0,
|
| 35 |
}[choice]
|
| 36 |
|