Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,12 +37,12 @@ with gr.Blocks(css=css) as demo:
|
|
37 |
<p style="margin-bottom: 10px; font-size: 94%">
|
38 |
A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. <br />
|
39 |
This model was trained using 9,923 clips and 29,769 tagged frames at 24 frames, 576x320 resolution.
|
40 |
-
|
41 |
</p>
|
42 |
</div>""")
|
43 |
|
44 |
prompt_in = gr.Textbox(label="Prompt", placeholder="Darth Vader is surfing on waves")
|
45 |
-
inference_steps = gr.Slider(minimum=10, maximum=100, step=1, value=40, interactive=False)
|
46 |
submit_btn = gr.Button("Submit")
|
47 |
video_result = gr.Video(label="Video Output")
|
48 |
|
|
|
37 |
<p style="margin-bottom: 10px; font-size: 94%">
|
38 |
A watermark-free Modelscope-based video model optimized for producing high-quality 16:9 compositions and a smooth video output. <br />
|
39 |
This model was trained using 9,923 clips and 29,769 tagged frames at 24 frames, 576x320 resolution.
|
40 |
+
[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg)](https://huggingface.co/spaces/fffiloni/zeroscope?duplicate=true)
|
41 |
</p>
|
42 |
</div>""")
|
43 |
|
44 |
prompt_in = gr.Textbox(label="Prompt", placeholder="Darth Vader is surfing on waves")
|
45 |
+
inference_steps = gr.Slider(label=Inference Steps, minimum=10, maximum=100, step=1, value=40, interactive=False)
|
46 |
submit_btn = gr.Button("Submit")
|
47 |
video_result = gr.Video(label="Video Output")
|
48 |
|