juancopi81 commited on
Commit
78e5ece
1 Parent(s): 8a00b4b

Change duration to 10 sec

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def get_bg_image(prompt):
39
  return "img.png"
40
 
41
  def get_music(prompt):
42
- duration = 15
43
  if duration == 5:
44
  width_duration=512
45
  else :
 
39
  return "img.png"
40
 
41
  def get_music(prompt):
42
+ duration = 10
43
  if duration == 5:
44
  width_duration=512
45
  else :