salso commited on
Commit
3c48d20
1 Parent(s): 122e01d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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('''