nuwandaa commited on
Commit
05a5e14
Β·
1 Parent(s): e09b028

Update model selection

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -129,11 +129,12 @@ with gr.Blocks() as demo:
129
  type="pil", label="Input Image",crop_size=(1200,1200), layers=False
130
  )
131
  with gr.Column():
132
- model_selection = gr.Dropdown(
133
- choices=list(MODELS.keys()),
134
- value="RealVisXL V5.0 Lightning",
135
- label="Model",
136
- )
 
137
 
138
  with gr.Row():
139
  with gr.Column():
 
129
  type="pil", label="Input Image",crop_size=(1200,1200), layers=False
130
  )
131
  with gr.Column():
132
+ # model_selection = gr.Dropdown(
133
+ # choices=list(MODELS.keys()),
134
+ # value="RealVisXL V5.0 Lightning",
135
+ # label="Model",
136
+ # )
137
+ model_selection = 'RealVisXL V5.0 Lightning'
138
 
139
  with gr.Row():
140
  with gr.Column():