Spaces:
Runtime error
Runtime error
Dy
commited on
Commit
•
ca0a075
1
Parent(s):
f61bf85
Update app.py
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ def prompt_type(prompt_user, prompt_input, video_duration):
|
|
200 |
|
201 |
if prompt_input == "how-to":
|
202 |
prompt_input = prompt_how_to
|
203 |
-
mul_factor = 1.
|
204 |
elif prompt_input == "documentary":
|
205 |
prompt_input = prompt_documentary
|
206 |
mul_factor = 2
|
|
|
200 |
|
201 |
if prompt_input == "how-to":
|
202 |
prompt_input = prompt_how_to
|
203 |
+
mul_factor = 1.6
|
204 |
elif prompt_input == "documentary":
|
205 |
prompt_input = prompt_documentary
|
206 |
mul_factor = 2
|