Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -106,10 +106,10 @@ with gr.Blocks(css=css) as demo:
|
|
106 |
with gr.Column(elem_id="col-container"):
|
107 |
gr.HTML("""
|
108 |
<h2 style="text-align: center;">
|
109 |
-
|
110 |
</h2>
|
111 |
<p style="text-align: center;">
|
112 |
-
Generate
|
113 |
</p>
|
114 |
""")
|
115 |
|
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
|
|
126 |
],
|
127 |
value = "custom"
|
128 |
)
|
129 |
-
style = gr.Dropdown(label="Style template", 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")
|
|
|
106 |
with gr.Column(elem_id="col-container"):
|
107 |
gr.HTML("""
|
108 |
<h2 style="text-align: center;">
|
109 |
+
InstantID-2V
|
110 |
</h2>
|
111 |
<p style="text-align: center;">
|
112 |
+
Generate alive camera shot from input face
|
113 |
</p>
|
114 |
""")
|
115 |
|
|
|
126 |
],
|
127 |
value = "custom"
|
128 |
)
|
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")
|