fffiloni commited on
Commit
519cc19
·
1 Parent(s): f3314ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -121,9 +121,10 @@ with gr.Blocks(css=css) as demo:
121
  with gr.Column(elem_id="col-container"):
122
  gr.Markdown(
123
  """
124
- <h1 style="text-align: center;">Zeroscope Text-to-Video</h1>
125
  <p style="text-align: center;">
126
- A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. <br />
 
127
  </p>
128
 
129
  [![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)
@@ -132,7 +133,7 @@ with gr.Blocks(css=css) as demo:
132
  )
133
 
134
  video_in = gr.Video(type="numpy", source="upload")
135
- prompt_in = gr.Textbox(label="Prompt", placeholder="Darth Vader is surfing on waves", elem_id="prompt-in")
136
  #inference_steps = gr.Slider(label="Inference Steps", minimum=10, maximum=100, step=1, value=40, interactive=False)
137
  submit_btn = gr.Button("Submit")
138
  video_result = gr.Video(label="Video Output", elem_id="video-output")
 
121
  with gr.Column(elem_id="col-container"):
122
  gr.Markdown(
123
  """
124
+ <h1 style="text-align: center;">Zeroscope XL</h1>
125
  <p style="text-align: center;">
126
+ This space is specifically designed for upscaling content made from [!this space](https://huggingface.co/spaces/fffiloni/zeroscope) using vid2vid. <br />
127
+ Remember to use the same prompt that was used to generate the original clip.
128
  </p>
129
 
130
  [![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)
 
133
  )
134
 
135
  video_in = gr.Video(type="numpy", source="upload")
136
+ prompt_in = gr.Textbox(label="Prompt", placeholder="This must be the same prompt you used for the original clip :)", elem_id="prompt-in")
137
  #inference_steps = gr.Slider(label="Inference Steps", minimum=10, maximum=100, step=1, value=40, interactive=False)
138
  submit_btn = gr.Button("Submit")
139
  video_result = gr.Video(label="Video Output", elem_id="video-output")