Spaces:
Running
on
T4
Running
on
T4
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,6 @@ examples = [
|
|
120 |
|
121 |
gr.Interface(
|
122 |
depth_normal,
|
123 |
-
inputs=[gr.Image(type='pil', label="Original Image"), gr.Dropdown(["vit-small", "vit-large"], label="Model", info="
|
124 |
outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
|
125 |
title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
|
|
|
120 |
|
121 |
gr.Interface(
|
122 |
depth_normal,
|
123 |
+
inputs=[gr.Image(type='pil', label="Original Image"), gr.Dropdown(["vit-small", "vit-large"], label="Model", info="Select a model type", value="vit-large")],
|
124 |
outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
|
125 |
title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
|