Spaces:
Runtime error
Runtime error
Fix app.py
Browse files
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 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
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():
|