Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,6 +74,9 @@ a {text-decoration-line: underline; font-weight: 600;}
|
|
74 |
#share-btn-container.hidden {
|
75 |
display: none!important;
|
76 |
}
|
|
|
|
|
|
|
77 |
"""
|
78 |
|
79 |
with gr.Blocks(css=css) as demo:
|
@@ -83,7 +86,8 @@ with gr.Blocks(css=css) as demo:
|
|
83 |
<h1 style="text-align: center;">Zeroscope Text-to-Video</h1>
|
84 |
<p style="text-align: center;">
|
85 |
A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. <br />
|
86 |
-
|
|
|
87 |
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg)](https://huggingface.co/spaces/fffiloni/zeroscope?duplicate=true)
|
88 |
</p>
|
89 |
"""
|
|
|
74 |
#share-btn-container.hidden {
|
75 |
display: none!important;
|
76 |
}
|
77 |
+
#duplicate-btn > img {
|
78 |
+
margin: 0 auto;
|
79 |
+
}
|
80 |
"""
|
81 |
|
82 |
with gr.Blocks(css=css) as demo:
|
|
|
86 |
<h1 style="text-align: center;">Zeroscope Text-to-Video</h1>
|
87 |
<p style="text-align: center;">
|
88 |
A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. <br />
|
89 |
+
</p>
|
90 |
+
<p id="duplicate-btn">
|
91 |
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg)](https://huggingface.co/spaces/fffiloni/zeroscope?duplicate=true)
|
92 |
</p>
|
93 |
"""
|