Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -207,15 +207,20 @@ with gr.Blocks(
|
|
207 |
description = """
|
208 |
<h1 align="center" style="font-size: 48px">TrailBlazer: Trajectory Control for Diffusion-Based Video Generation (v0.0.3)</h1>
|
209 |
<h4 align="center" style="margin: 0;">If you like our project, please give us a star β¨ at our Huggingface space, and our Github repository.</h4>
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
|
|
|
|
|
|
|
|
|
|
219 |
<p>
|
220 |
<strong>Usage:</strong> Our Gradio app is implemented based on our executable script CmdTrailBlazer in our github repository. Please see our general information below for a quick guidance, as well as the hints within the app widgets.
|
221 |
<ul>
|
@@ -227,7 +232,6 @@ with gr.Blocks(
|
|
227 |
For your initial use, it is advisable to select one of the examples provided below and attempt to swap the subject first (e.g., cat -> lion). Subsequently, define the keyframe with the associated bbox/frame/prompt. Please note that our current work is based on the ZeroScope (cerspense/zeroscope_v2_576w) model. Using prompts that are commonly recognized in the ZeroScope model context is recommended.
|
228 |
</p>
|
229 |
"""
|
230 |
-
|
231 |
gr.HTML(description)
|
232 |
dummy_note = gr.Textbox(interactive=True, label="Note", visible=False)
|
233 |
|
|
|
207 |
description = """
|
208 |
<h1 align="center" style="font-size: 48px">TrailBlazer: Trajectory Control for Diffusion-Based Video Generation (v0.0.3)</h1>
|
209 |
<h4 align="center" style="margin: 0;">If you like our project, please give us a star β¨ at our Huggingface space, and our Github repository.</h4>
|
210 |
+
"""
|
211 |
+
gr.HTML(description)
|
212 |
+
|
213 |
+
description = """
|
214 |
+
[](https://arxiv.org/abs/2401.00896)
|
215 |
+
[](https://hohonu-vicml.github.io/Trailblazer.Page/)
|
216 |
+
[](https://huggingface.co/spaces/hohonu-vicml/Trailblazer)
|
217 |
+
[](https://www.youtube.com/watch?v=kEN-32wN-xQ)
|
218 |
+
[](https://www.youtube.com/watch?v=P-PSkS7sNco)
|
219 |
+
[](https://hits.seeyoufarm.com)
|
220 |
+
"""
|
221 |
+
gr.Markdown(description)
|
222 |
+
|
223 |
+
description = """
|
224 |
<p>
|
225 |
<strong>Usage:</strong> Our Gradio app is implemented based on our executable script CmdTrailBlazer in our github repository. Please see our general information below for a quick guidance, as well as the hints within the app widgets.
|
226 |
<ul>
|
|
|
232 |
For your initial use, it is advisable to select one of the examples provided below and attempt to swap the subject first (e.g., cat -> lion). Subsequently, define the keyframe with the associated bbox/frame/prompt. Please note that our current work is based on the ZeroScope (cerspense/zeroscope_v2_576w) model. Using prompts that are commonly recognized in the ZeroScope model context is recommended.
|
233 |
</p>
|
234 |
"""
|
|
|
235 |
gr.HTML(description)
|
236 |
dummy_note = gr.Textbox(interactive=True, label="Note", visible=False)
|
237 |
|