Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Sep 3, 2024
1 parent 960c011 commit acaef76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/gradio_web_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def delete_old_files():
with gr.Row():
with gr.Column():
video = gr.Video(label="Driving Video")
strength = gr.Number(value=0.8, minimum=0.01, maximum=0.99)
strength = gr.Number(value=0.8, minimum=0.01, maximum=0.99, label="Strength")
prompt2 = gr.Textbox(label="Prompt (Less than 200 Words. The more detailed the better.)", placeholder="Enter your prompt here", lines=5)

with gr.Row():
Expand Down

0 comments on commit acaef76

Please sign in to comment.