cangcz commited on
Commit
94b6539
·
verified ·
1 Parent(s): bd97cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with gr.Blocks(title="AnchorCrafter", theme=gr.themes.Soft(), css=css) as demo:
262
  gr.Markdown("# AnchorCrafter: Animate Cyber-Anchors Selling Your Products via Human-Object Interacting Video Generation")
263
  top_description = gr.HTML(f'''
264
  <div class="text-container">
265
- <h2>To reduce inference time, we set the generated video to 28 frames, which takes approximately 5 minutes on Nvidia L4.</h2>
266
  <p>If you require long video processing, please copy or download this space to run it on a private GPU and modify the config/test.yaml file accordingly.</p>
267
  </div>
268
 
 
262
  gr.Markdown("# AnchorCrafter: Animate Cyber-Anchors Selling Your Products via Human-Object Interacting Video Generation")
263
  top_description = gr.HTML(f'''
264
  <div class="text-container">
265
+ <h2>To reduce inference time, we set the generated video to 28 frames, which takes approximately 7 minutes on Nvidia L4.</h2>
266
  <p>If you require long video processing, please copy or download this space to run it on a private GPU and modify the config/test.yaml file accordingly.</p>
267
  </div>
268