Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -500,6 +500,9 @@ with block:
|
|
500 |
value=Stage.FULL.value,
|
501 |
label="Generation Mode", type='value')
|
502 |
mode.change(fn=update_value, inputs=mode, outputs=mode)
|
|
|
|
|
|
|
503 |
|
504 |
with gr.Column():
|
505 |
gr.HTML('''
|
|
|
500 |
value=Stage.FULL.value,
|
501 |
label="Generation Mode", type='value')
|
502 |
mode.change(fn=update_value, inputs=mode, outputs=mode)
|
503 |
+
|
504 |
+
with gr.Column():
|
505 |
+
model_type = gr.Dropdown(choices=["anime", "realistic"], label="Model Type", value="realistic") # Adding the Dropdown for model selection
|
506 |
|
507 |
with gr.Column():
|
508 |
gr.HTML('''
|