fffiloni commited on
Commit
e7606fd
1 Parent(s): 64f565f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- InstanID-2V
110
  </h2>
111
  <p style="text-align: center;">
112
- Generate live camera shot from input face
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")