admin commited on
Commit
ea290ba
·
1 Parent(s): 625a227
Files changed (2) hide show
  1. app.py +3 -3
  2. requirements.txt +0 -1
app.py CHANGED
@@ -24,8 +24,8 @@ ZH2EN = {
24
  "生成": "Generate",
25
  "清空": "Clear",
26
  """
27
- 本工具可为你生成自定义版 content.json 用于替换你复刻得到的 eLuvLetter 仓库内的 font/content.json, 其中的背景音乐控件用于上传拆信封时所播放的音频,建议不要太大,请确保音频上传完整后再点击生成按钮。""": """
28
- This tool can generate your customized content.json to replace the font/content.json in your forked eLuvLetter repository, in which the BGM widget is used to upload the audio played when opening the envelope, it is recommended not to be too large, please make sure the audio is completely uploaded before clicking the Generate button.""",
29
  }
30
 
31
  EXAMPLE = (
@@ -167,7 +167,7 @@ if __name__ == "__main__":
167
  cache_examples=False,
168
  description=_L(
169
  """
170
- 本工具可为你生成自定义版 content.json 用于替换你复刻得到的 eLuvLetter 仓库内的 font/content.json, 其中的背景音乐控件用于上传拆信封时所播放的音频,建议不要太大,请确保音频上传完整后再点击生成按钮。"""
171
  ),
172
  )
173
 
 
24
  "生成": "Generate",
25
  "清空": "Clear",
26
  """
27
+ 本工具可为你生成自定义版 `content.json` 用于替换你复刻得到的 `eLuvLetter` 仓库内的 `font/content.json`, 其中的背景音乐控件用于上传拆信封时所播放的音频,建议不要太大,请确保音频上传完整后再点击生成按钮。""": """
28
+ This tool can generate your customized `content.json` to replace the `font/content.json` in your forked `eLuvLetter` repository, in which the BGM widget is used to upload the audio played when opening the envelope, it is recommended not to be too large, please make sure the audio is completely uploaded before clicking the Generate button.""",
29
  }
30
 
31
  EXAMPLE = (
 
167
  cache_examples=False,
168
  description=_L(
169
  """
170
+ 本工具可为你生成自定义版 `content.json` 用于替换你复刻得到的 `eLuvLetter` 仓库内的 `font/content.json`, 其中的背景音乐控件用于上传拆信封时所播放的音频,建议不要太大,请确保音频上传完整后再点击生成按钮。"""
171
  ),
172
  )
173
 
requirements.txt DELETED
@@ -1 +0,0 @@
1
- gradio==5.22.0