Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -395,7 +395,7 @@ with gr.Blocks(css=css) as demo:
|
|
395 |
|
396 |
with gr.Column():
|
397 |
output_image = gr.Image(label="Generated Image")
|
398 |
-
style_lists = gr.List(label="style templates list",
|
399 |
# style_lists = gr.Dataframe(value=np.array(STYLE_NAMES, dtype=np.str_), type="numpy", row_count=1, label="style templates list", visible=False)
|
400 |
# usage_tips = gr.Markdown(label="Usage tips of InstantID", value=tips, visible=False)
|
401 |
|
|
|
395 |
|
396 |
with gr.Column():
|
397 |
output_image = gr.Image(label="Generated Image")
|
398 |
+
style_lists = gr.List(label="style templates list", visible=False)
|
399 |
# style_lists = gr.Dataframe(value=np.array(STYLE_NAMES, dtype=np.str_), type="numpy", row_count=1, label="style templates list", visible=False)
|
400 |
# usage_tips = gr.Markdown(label="Usage tips of InstantID", value=tips, visible=False)
|
401 |
|