Spaces:
Runtime error
Runtime error
juancopi81
commited on
Commit
•
78e5ece
1
Parent(s):
8a00b4b
Change duration to 10 sec
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def get_bg_image(prompt):
|
|
39 |
return "img.png"
|
40 |
|
41 |
def get_music(prompt):
|
42 |
-
duration =
|
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 :
|