Spaces:
Runtime error
Runtime error
Commit
·
aad6349
1
Parent(s):
6024290
editing config
Browse files- app_fatezero.py +3 -2
app_fatezero.py
CHANGED
@@ -21,7 +21,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
21 |
gr.HTML(
|
22 |
"""
|
23 |
<div style="text-align: center; max-width: 1200px; margin: 20px auto;">
|
24 |
-
<h1 style="font-weight: 900; font-size:
|
25 |
FateZero : Fusing Attentions for Zero-shot Text-based Video Editing
|
26 |
</h1>
|
27 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
@@ -77,13 +77,14 @@ with gr.Blocks(css='style.css') as demo:
|
|
77 |
</span>
|
78 |
</h2>
|
79 |
<h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
80 |
-
FateZero is the first zero-shot framework for text-driven video editing via pretrained diffusion models without training.
|
81 |
</h2>
|
82 |
</div>
|
83 |
""")
|
84 |
|
85 |
|
86 |
gr.HTML("""
|
|
|
87 |
<p>Note that due to the limits of memory and computing resources on hugging-face, the results here are only toy examples and take longer to edit.
|
88 |
<p>You may duplicate the space and upgrade to GPU in settings for better performance and faster inference without waiting in the queue.
|
89 |
<br/>
|
|
|
21 |
gr.HTML(
|
22 |
"""
|
23 |
<div style="text-align: center; max-width: 1200px; margin: 20px auto;">
|
24 |
+
<h1 style="font-weight: 900; font-size: 2rem; margin: 0rem">
|
25 |
FateZero : Fusing Attentions for Zero-shot Text-based Video Editing
|
26 |
</h1>
|
27 |
<h2 style="font-weight: 450; font-size: 1rem; margin: 0rem">
|
|
|
77 |
</span>
|
78 |
</h2>
|
79 |
<h2 style="font-weight: 450; font-size: 1rem; margin-top: 0.5rem; margin-bottom: 0.5rem">
|
80 |
+
TL;DR: FateZero is the first zero-shot framework for text-driven video editing via pretrained diffusion models without training.
|
81 |
</h2>
|
82 |
</div>
|
83 |
""")
|
84 |
|
85 |
|
86 |
gr.HTML("""
|
87 |
+
<p>We provide an <a href="https://github.com/ChenyangQiQi/FateZero/blob/main/docs/EditingGuidance.md"> Editing Guidance </a> to help users to choose hyperparameters when editing in-the-wild video.
|
88 |
<p>Note that due to the limits of memory and computing resources on hugging-face, the results here are only toy examples and take longer to edit.
|
89 |
<p>You may duplicate the space and upgrade to GPU in settings for better performance and faster inference without waiting in the queue.
|
90 |
<br/>
|