yeq6x commited on
Commit
4503ce7
1 Parent(s): 6118f2d
Files changed (1) hide show
  1. app.py +10 -3
app.py CHANGED
@@ -197,9 +197,16 @@ with gr.Blocks() as demo:
197
  form_visible_flag = gr.Textbox(value="false", elem_id="form_flag", visible=False)
198
  # title
199
  gr.HTML("<h1>Image2Body demo</h1>")
200
- # description
201
- gr.HTML("<p>Upload an image and select processing options to generate body and sketch images.</p>")
202
-
 
 
 
 
 
 
 
203
 
204
  # 訪問回数の選択
205
  with gr.Column() as visit_section:
 
197
  form_visible_flag = gr.Textbox(value="false", elem_id="form_flag", visible=False)
198
  # title
199
  gr.HTML("<h1>Image2Body demo</h1>")
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
 
211
  # 訪問回数の選択
212
  with gr.Column() as visit_section: