Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(css=css) as demo:
|
|
129 |
style = gr.Dropdown(label="Style template", info="InstantID legacy templates", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|
130 |
|
131 |
condition_shot = gr.Image(type="filepath", label="Custom conditional shot (Optional)")
|
132 |
-
prompt = gr.Textbox(label="Prompt")
|
133 |
chosen_model = gr.Radio(label="Choose a model", choices=["i2vgen-xl", "stable-video"], value="i2vgen-xl", interactive=False, visible=False)
|
134 |
|
135 |
with gr.Column():
|
|
|
129 |
style = gr.Dropdown(label="Style template", info="InstantID legacy templates", choices=STYLE_NAMES, value=DEFAULT_STYLE_NAME)
|
130 |
|
131 |
condition_shot = gr.Image(type="filepath", label="Custom conditional shot (Optional)")
|
132 |
+
prompt = gr.Textbox(label="Short Prompt (keeping it short is better")
|
133 |
chosen_model = gr.Radio(label="Choose a model", choices=["i2vgen-xl", "stable-video"], value="i2vgen-xl", interactive=False, visible=False)
|
134 |
|
135 |
with gr.Column():
|