Olivier-Truong commited on
Commit
e4f5378
1 Parent(s): beb422e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def predict(prompt, language, audio_file_pth, mic_file_path, use_mic, agree, req
50
  None,
51
  None,
52
  )
53
- if len(prompt)>10000:
54
  gr.Warning("Text length limited to 10000 characters for this demo, please try shorter text")
55
  return (
56
  None,
 
50
  None,
51
  None,
52
  )
53
+ if len(prompt)>50000:
54
  gr.Warning("Text length limited to 10000 characters for this demo, please try shorter text")
55
  return (
56
  None,