Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -1141,7 +1141,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
1141 |
|
1142 |
img_input = gr.ImageEditor()
|
1143 |
model_select = gr.Dropdown(
|
1144 |
-
["GLEE-Lite (R50)", "GLEE-Plus (SwinL)"], value = "GLEE-Plus (SwinL)" , multiselect=False, label="Model",
|
1145 |
)
|
1146 |
with gr.Row():
|
1147 |
with gr.Column():
|
|
|
1141 |
|
1142 |
img_input = gr.ImageEditor()
|
1143 |
model_select = gr.Dropdown(
|
1144 |
+
["GLEE-Lite (R50)", "GLEE-Plus (SwinL)", "GLEE-Pro (EVA02L)"], value = "GLEE-Plus (SwinL)" , multiselect=False, label="Model",
|
1145 |
)
|
1146 |
with gr.Row():
|
1147 |
with gr.Column():
|