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

Fix app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -129,12 +129,11 @@ 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
- model_selection = 'RealVisXL V5.0 Lightning'
138
 
139
  with gr.Row():
140
  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
 
138
  with gr.Row():
139
  with gr.Column():