Spaces:
Sleeping
Sleeping
Anonymous
commited on
Commit
·
c1ae727
1
Parent(s):
8524bdd
update app
Browse files
app.py
CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks(css=css) as demo:
|
|
252 |
prompt_in = gr.Textbox(label="Prompt", placeholder="A chihuahua in astronaut suit floating in space, cinematic lighting, glow effect", elem_id="prompt-in")
|
253 |
#neg_prompt = gr.Textbox(label="Negative prompt", value="text, watermark, copyright, blurry, nsfw", elem_id="neg-prompt-in")
|
254 |
#inference_steps = gr.Slider(label="Inference Steps", minimum=10, maximum=100, step=1, value=40, interactive=False)
|
255 |
-
submit_btn = gr.Button("
|
256 |
video_result = gr.Video(label="Video Output", elem_id="video-output")
|
257 |
|
258 |
submit_btn.click(fn=infer,
|
|
|
252 |
prompt_in = gr.Textbox(label="Prompt", placeholder="A chihuahua in astronaut suit floating in space, cinematic lighting, glow effect", elem_id="prompt-in")
|
253 |
#neg_prompt = gr.Textbox(label="Negative prompt", value="text, watermark, copyright, blurry, nsfw", elem_id="neg-prompt-in")
|
254 |
#inference_steps = gr.Slider(label="Inference Steps", minimum=10, maximum=100, step=1, value=40, interactive=False)
|
255 |
+
submit_btn = gr.Button("Generate")
|
256 |
video_result = gr.Video(label="Video Output", elem_id="video-output")
|
257 |
|
258 |
submit_btn.click(fn=infer,
|