lemonaddie commited on
Commit
74f851f
1 Parent(s): 2186adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -316,7 +316,7 @@ def main():
316
 
317
  gr.Interface(
318
  depth_normal,
319
- inputs=[gr.Image(type='pil', label="Original Image"), pipe],
320
  outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
321
  title=title, description=description, article='1', examples=examples, analytics_enabled=False).launch()
322
 
 
316
 
317
  gr.Interface(
318
  depth_normal,
319
+ inputs=[gr.Image(type='pil', label="Original Image")],
320
  outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
321
  title=title, description=description, article='1', examples=examples, analytics_enabled=False).launch()
322