Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def speak_fn(
|
|
58 |
):
|
59 |
print(text)
|
60 |
if len(text) > 100:
|
61 |
-
gr.Warning("Too long! No more than 100 characters.
|
62 |
return gr.update()
|
63 |
audio_list = []
|
64 |
audio_list.extend(
|
|
|
58 |
):
|
59 |
print(text)
|
60 |
if len(text) > 100:
|
61 |
+
gr.Warning("Too long! No more than 100 characters. 一口气不要超过 100 个字,憋死我了。")
|
62 |
return gr.update()
|
63 |
audio_list = []
|
64 |
audio_list.extend(
|