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