Try to fix print 100 limit error
Browse files
app.py
CHANGED
@@ -231,7 +231,7 @@ def tts_fn(
|
|
231 |
if is_hf_spaces and len(text) > limit:
|
232 |
logger.error(f"ζεζ°γ{limit}ζεγθΆ
γγ¦γγΎγ")
|
233 |
# raise Exception(f"ζεζ°γ{limit}ζεγθΆ
γγ¦γγΎγ")
|
234 |
-
return f"ζεζ°γ{limit}ζεγθΆ
γγ¦γγΎγ", (
|
235 |
|
236 |
assert model_holder.current_model is not None
|
237 |
|
|
|
231 |
if is_hf_spaces and len(text) > limit:
|
232 |
logger.error(f"ζεζ°γ{limit}ζεγθΆ
γγ¦γγΎγ")
|
233 |
# raise Exception(f"ζεζ°γ{limit}ζεγθΆ
γγ¦γγΎγ")
|
234 |
+
return f"ζεζ°γ{limit}ζεγθΆ
γγ¦γγΎγ", (44100, "")
|
235 |
|
236 |
assert model_holder.current_model is not None
|
237 |
|