Rodrigo_Cobo
commited on
Commit
•
aa7a16e
1
Parent(s):
98d2c0f
add multiple depth estimators
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ with gr.Blocks() as demo:
|
|
61 |
|
62 |
midas_models = ["DPT_Large","DPT_Hybrid","MiDaS_small"]
|
63 |
|
64 |
-
inp.append(gr.inputs.Dropdown(midas_models, default="MiDaS_small", label="
|
65 |
|
66 |
with gr.Row():
|
67 |
inp.append(gr.Image(type="pil", label="Input"))
|
|
|
61 |
|
62 |
midas_models = ["DPT_Large","DPT_Hybrid","MiDaS_small"]
|
63 |
|
64 |
+
inp.append(gr.inputs.Dropdown(midas_models, default="MiDaS_small", label="Depth estimation model type"))
|
65 |
|
66 |
with gr.Row():
|
67 |
inp.append(gr.Image(type="pil", label="Input"))
|