yeq6x commited on
Commit
f34a981
1 Parent(s): 4503ce7
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -200,11 +200,11 @@ with gr.Blocks() as demo:
200
  # description with translations and additional notes
201
  gr.HTML("""
202
  <p>Upload an image and select processing options to generate body and sketch images.</p>
203
- <p>まだstandingタグのついた1000枚の画像しか学習していないため、他のポーズは上手くできないことをご了承ください。</p>
204
  <p>さらなる情報は<a href="https://x.com/Yeq6X" target="_blank">@Yeq6X</a>までお問い合わせください。</p>
205
- <p>Note: Currently, the model has been trained on only 1000 images with the 'standing' tag, so other poses may not be processed accurately.</p>
206
  <p>For more information, please contact <a href="https://x.com/Yeq6X" target="_blank">@Yeq6X</a>.</p>
207
- <p>注意:目前模型仅使用带有“standing”标签的1000张图像进行训练,因此其他姿势可能无法准确处理。</p>
208
  <p>如需更多信息,请联系<a href="https://x.com/Yeq6X" target="_blank">@Yeq6X</a>。</p>
209
  """)
210
 
 
200
  # description with translations and additional notes
201
  gr.HTML("""
202
  <p>Upload an image and select processing options to generate body and sketch images.</p>
203
+ <p>まだstandingタグのついた女性キャラクターの1000枚の画像しか学習していないため、他のポーズは上手くできないことをご了承ください。</p>
204
  <p>さらなる情報は<a href="https://x.com/Yeq6X" target="_blank">@Yeq6X</a>までお問い合わせください。</p>
205
+ <p>Note: Currently, the model has been trained on only 1000 images of female characters with the 'standing' tag, so other poses may not be processed accurately.</p>
206
  <p>For more information, please contact <a href="https://x.com/Yeq6X" target="_blank">@Yeq6X</a>.</p>
207
+ <p>注意:目前模型仅使用带有“standing”标签的1000张女性角色图像进行训练,因此其他姿势可能无法准确处理。</p>
208
  <p>如需更多信息,请联系<a href="https://x.com/Yeq6X" target="_blank">@Yeq6X</a>。</p>
209
  """)
210