Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,10 +23,11 @@ with gr.Blocks(css=css) as demo:
|
|
| 23 |
with gr.Column(elem_id="col-container"):
|
| 24 |
gr.Markdown(
|
| 25 |
"""
|
| 26 |
-
|
| 27 |
|
| 28 |
A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. <br />
|
| 29 |
-
This model was trained using 9,923 clips and 29,769 tagged frames at 24 frames, 576x320 resolution
|
|
|
|
| 30 |
[](https://huggingface.co/spaces/fffiloni/zeroscope?duplicate=true)
|
| 31 |
|
| 32 |
"""
|
|
|
|
| 23 |
with gr.Column(elem_id="col-container"):
|
| 24 |
gr.Markdown(
|
| 25 |
"""
|
| 26 |
+
<h1 style="text-align: center;">Zeroscope Text-to-Video</h1>
|
| 27 |
|
| 28 |
A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. <br />
|
| 29 |
+
This zeroscope_v2_576w model was trained using 9,923 clips and 29,769 tagged frames at 24 frames, 576x320 resolution.<br />
|
| 30 |
+
|
| 31 |
[](https://huggingface.co/spaces/fffiloni/zeroscope?duplicate=true)
|
| 32 |
|
| 33 |
"""
|