Spaces:
Build error
Build error
Update app.py
Browse files
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
|
| 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 |
|