fffiloni commited on
Commit
24cf827
1 Parent(s): 5be9f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
- # Zeroscope Text-to-Video
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
  [![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg)](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
  [![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg)](https://huggingface.co/spaces/fffiloni/zeroscope?duplicate=true)
32
 
33
  """