Spaces:
Running
Running
default to the best model
Browse files
app.py
CHANGED
@@ -261,7 +261,7 @@ def main():
|
|
261 |
image = gr.Image(type="pil", image_mode="RGBA", label="Input")
|
262 |
model_repo = gr.Dropdown(
|
263 |
dropdown_list,
|
264 |
-
value=
|
265 |
label="Model",
|
266 |
)
|
267 |
with gr.Row():
|
|
|
261 |
image = gr.Image(type="pil", image_mode="RGBA", label="Input")
|
262 |
model_repo = gr.Dropdown(
|
263 |
dropdown_list,
|
264 |
+
value=EVA02_LARGE_MODEL_DSV3_REPO,
|
265 |
label="Model",
|
266 |
)
|
267 |
with gr.Row():
|