tori29umai commited on
Commit
8498895
·
verified ·
1 Parent(s): 74ef37c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1322,9 +1322,9 @@ with block:
1322
  elem_id="result-video"
1323
  )
1324
 
1325
- # 二言語説明
1326
  gr.HTML("<div ='sampling_note' class='note'>注意:逆順サンプリングのため、終了動作が開始動作より先に生成されます。開始動作が動画に表示されていない場合は、しばらくお待ちください。後で生成されます。</div>")
1327
-
 
1328
  # 進捗インジケーター
1329
  with gr.Group(elem_classes="progress-container"):
1330
  progress_desc = gr.Markdown('', elem_classes='no-generating-animation')
 
1322
  elem_id="result-video"
1323
  )
1324
 
 
1325
  gr.HTML("<div ='sampling_note' class='note'>注意:逆順サンプリングのため、終了動作が開始動作より先に生成されます。開始動作が動画に表示されていない場合は、しばらくお待ちください。後で生成されます。</div>")
1326
+ gr.HTML("<div ='sampling_note' class='note'>Note that the ending actions will be generated before the starting actions due to the inverted sampling. If the starting action is not in the video, you just need to wait, and it will be generated later.</div>")
1327
+
1328
  # 進捗インジケーター
1329
  with gr.Group(elem_classes="progress-container"):
1330
  progress_desc = gr.Markdown('', elem_classes='no-generating-animation')