juancopi81 commited on
Commit
777d5c7
1 Parent(s): 8400511

Change max words per scene

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ from videocreator import VideoCreator
16
  from share_btn import community_icon_html, loading_icon_html, share_js
17
 
18
  MAX_NUM_WORDS = 20000
19
- MAX_CHUNK_LENGTH = 600
20
 
21
  spanish_transcribe_model = "juancopi81/whisper-medium-es"
22
  languages = {"Spanish": "es", "English": "en"}
 
16
  from share_btn import community_icon_html, loading_icon_html, share_js
17
 
18
  MAX_NUM_WORDS = 20000
19
+ MAX_CHUNK_LENGTH = 1000
20
 
21
  spanish_transcribe_model = "juancopi81/whisper-medium-es"
22
  languages = {"Spanish": "es", "English": "en"}