Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,6 @@ examples = [
|
|
111 |
|
112 |
gr.Interface(
|
113 |
depth_normal,
|
114 |
-
inputs=[gr.Image(type='pil', label="Original Image"), gr.Dropdown(["vit-small", "vit-large"], label="Model", info="Will support more models later!"],
|
115 |
outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
|
116 |
title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
|
|
|
111 |
|
112 |
gr.Interface(
|
113 |
depth_normal,
|
114 |
+
inputs=[gr.Image(type='pil', label="Original Image"), gr.Dropdown(["vit-small", "vit-large"], label="Model", info="Will support more models later!")],
|
115 |
outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
|
116 |
title=title, description=description, article=article, examples=examples, analytics_enabled=False).launch()
|