mbarnig commited on
Commit
bbf4058
·
verified ·
1 Parent(s): d103d3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -38,11 +38,11 @@ stops = [
38
 
39
  def change_speed(choice):
40
  print(f"choice: {choice}")
41
- return "0.5"
42
 
43
  def change_stop(choice):
44
  print(f"choice: {choice}")
45
- return "0.5"
46
 
47
  def init():
48
  key_list=['lb_LU-marylux-medium','lb_LU-femaleLOD-medium','lb_LU-androgynous-medium']
 
38
 
39
  def change_speed(choice):
40
  print(f"choice: {choice}")
41
+ return None
42
 
43
  def change_stop(choice):
44
  print(f"choice: {choice}")
45
+ return None
46
 
47
  def init():
48
  key_list=['lb_LU-marylux-medium','lb_LU-femaleLOD-medium','lb_LU-androgynous-medium']