JUGGHM commited on
Commit
917351d
1 Parent(s): 0c39f3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()