Spaces:
Runtime error
Runtime error
MZhao-LEGION
commited on
Commit
·
79536b8
1
Parent(s):
0b688da
chore: alter info
Browse files- presets.py +1 -1
presets.py
CHANGED
@@ -178,7 +178,7 @@ def submit_lock_fn():
|
|
178 |
def init_fn():
|
179 |
gr.Info("2023-11-28: 支持多语言啦!闲聊花花现在能说中、英、日语啦!")
|
180 |
# gr.Info("2023-11-24: 优化长句生成效果;增加示例;更新了一些小彩蛋;画了一些大饼)")
|
181 |
-
gr.Info("Support languages:
|
182 |
|
183 |
index = random.randint(1,7)
|
184 |
welcome_text = get_sentence("Welcome", index)
|
|
|
178 |
def init_fn():
|
179 |
gr.Info("2023-11-28: 支持多语言啦!闲聊花花现在能说中、英、日语啦!")
|
180 |
# gr.Info("2023-11-24: 优化长句生成效果;增加示例;更新了一些小彩蛋;画了一些大饼)")
|
181 |
+
gr.Info("Support languages: Chinese, English, Japanese. 欢迎在 Community 中提建议~")
|
182 |
|
183 |
index = random.randint(1,7)
|
184 |
welcome_text = get_sentence("Welcome", index)
|