oscarwang2 commited on
Commit
b58dc68
1 Parent(s): ebc21cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -116,10 +116,10 @@ def predict(prompt, style, audio_file_pth, speed, agree):
116
  None,
117
  None,
118
  )
119
- if prompt_length > 1000:
120
- text_hint += f"[ERROR] Text length limited to 50 words for this demo, please try shorter text. You can clone our open-source repo or try it on our website https://app.myshell.ai/robot-workshop/widget/174760057433406749 \n"
121
  gr.Warning(
122
- "Text length limited to 1000 words for this demo, please try shorter text. You can clone our open-source repo or try it on our website https://app.myshell.ai/robot-workshop/widget/174760057433406749"
123
  )
124
  return (
125
  text_hint,
 
116
  None,
117
  None,
118
  )
119
+ if prompt_length > 100:
120
+ text_hint += f"[ERROR] Text length limited to 100 words for this demo, please try shorter text. You can clone our open-source repo or try it on our website https://app.myshell.ai/robot-workshop/widget/174760057433406749 \n"
121
  gr.Warning(
122
+ "Text length limited to 100 words for this demo, please try shorter text. You can clone our open-source repo or try it on our website https://app.myshell.ai/robot-workshop/widget/174760057433406749"
123
  )
124
  return (
125
  text_hint,