hca97 commited on
Commit
23af960
·
verified ·
1 Parent(s): 9295c4a

Short very short naming fixed

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -29,8 +29,8 @@ def speed_to_length(choice):
29
 
30
  def pause_to_length(choice):
31
  return {
32
- "very short (x2)": 0.2,
33
- "short (x5)": 0.5,
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