Mrwrichard commited on
Commit
22872c5
·
verified ·
1 Parent(s): 71c0171

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -8
app.py CHANGED
@@ -143,15 +143,28 @@ with gr.Blocks(css=custom_css) as demo:
143
  gr.Markdown("### <center> &#x1F3E0; [project](https://humanaigc.github.io/omnitalker) &#x1F680;[Paper](https://arxiv.org/abs/2504.02433v1) </center>")
144
 
145
  gr.Markdown('''
146
- ### Steps:
147
- 1. Select a character in Examples. **Waiting for `Reference Video` to load the video**. (Custom upload of reference videos is currently under development and is not supported at this time.)
148
- 2. Enter text (Only **Chinese** and **English** are supported by far. Limit it to within **100** characters for performance.).
149
- 3. Generate. (Due to limitations in network speed and GPU resources, the generation speed may not achieve a real-time 1:1 ratio. Appreciate.)
150
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
151
 
152
- ### Tips:
153
- 1. Try different `Seed` to achieve the best generation(Use **-1** for automatic seeding). God may not play dice, but AI does.
154
- 2. Adjust `Speed` to control the speech rate. Especially when generating Chinese speech for native English speakers, recommended setting is 0.9~0.95.
155
  ''')
156
 
157
  with gr.Group():
 
143
  gr.Markdown("### <center> &#x1F3E0; [project](https://humanaigc.github.io/omnitalker) &#x1F680;[Paper](https://arxiv.org/abs/2504.02433v1) </center>")
144
 
145
  gr.Markdown('''
146
+ ### 步骤 Steps:
147
+
148
+ 1. 选择角色, 等待`参考视频`加载完成 (自定义角色开发中)
149
+ Select a character in Examples. **Waiting for `Reference Video` to load the video**. (Custom upload is currently under development.)
150
+
151
+ 2. 输入`文本` (目前只支持中英文, 限制100字左右)
152
+ Enter `text` (Only **Chinese** and **English** are supported by far. **100** characters limited for performance.)
153
+
154
+ 3. 生成 (受限于网络和资源推理速度可能达不到1:1, 感谢理解)。
155
+ Generate (Due to limitations in network speed and GPU resources, the generation speed may not achieve a real-time 1:1 ratio. Appreciate.)
156
+
157
+
158
+ ### 技巧 Tips:
159
+
160
+ 1. 中文中数字尽量用汉字
161
+ The numbers in Chinese text are best written in Chinese characters.
162
+
163
+ 2. 尝试不同的`seed`来获取最好的结果 (设为-1则每次会自动更改)
164
+ Try different `Seed` to achieve the best generation(Use -1 for automatic seeding). God may not play dice, but AI does.
165
 
166
+ 3. 适当调整语速`Speed`, 尤其是当英语参考人物讲中文时最好调慢一些(0.9-0.95)
167
+ Adjust `Speed` to control the speech rate. Especially when generating Chinese speech for native English speakers, recommended setting is 0.9-0.95.
 
168
  ''')
169
 
170
  with gr.Group():