Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ def main():
|
|
179 |
voice = st.selectbox('Choose the voice you want', list(voice_options.keys()))
|
180 |
|
181 |
# Assuming the calculation for target_word_count is done as previously discussed
|
182 |
-
words_per_minute =
|
183 |
words_per_second = words_per_minute / 60
|
184 |
|
185 |
# Update duration_options to include intervals of 2 seconds from 2 to 120
|
|
|
179 |
voice = st.selectbox('Choose the voice you want', list(voice_options.keys()))
|
180 |
|
181 |
# Assuming the calculation for target_word_count is done as previously discussed
|
182 |
+
words_per_minute = 120
|
183 |
words_per_second = words_per_minute / 60
|
184 |
|
185 |
# Update duration_options to include intervals of 2 seconds from 2 to 120
|