Spaces:
Running
on
Zero
Running
on
Zero
lemonaddie
commited on
Commit
•
d6ea296
1
Parent(s):
5610b71
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def run_demo_server(pipe):
|
|
25 |
|
26 |
gr.Interface(
|
27 |
depth_normal,
|
28 |
-
inputs=[gr.Image(type='pil', label="Original Image"),
|
29 |
outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
|
30 |
title=title, description=description, article='1', examples=examples, analytics_enabled=False).launch()
|
31 |
|
|
|
25 |
|
26 |
gr.Interface(
|
27 |
depth_normal,
|
28 |
+
inputs=[gr.Image(type='pil', label="Original Image")],
|
29 |
outputs=[gr.Image(type="pil",label="Output Depth"), gr.Image(type="pil",label="Output Normal")],
|
30 |
title=title, description=description, article='1', examples=examples, analytics_enabled=False).launch()
|
31 |
|