Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ examples = [["img_000.png"],["img_001.png"],["img_002.png"],["img_003.png"],["im
|
|
| 33 |
|
| 34 |
demo = gr.Interface(
|
| 35 |
fn=predict_depth,
|
| 36 |
-
inputs=gr.Image(type="pil", label="Input RGB Image",
|
| 37 |
outputs=[
|
| 38 |
gr.Image(type="pil", label="Original Image", height=image_output_size),
|
| 39 |
gr.Image(type="pil", label="Predicted Depth Map", height=image_output_size),
|
|
|
|
| 33 |
|
| 34 |
demo = gr.Interface(
|
| 35 |
fn=predict_depth,
|
| 36 |
+
inputs=gr.Image(type="pil", label="Input RGB Image", height=image_output_size),
|
| 37 |
outputs=[
|
| 38 |
gr.Image(type="pil", label="Original Image", height=image_output_size),
|
| 39 |
gr.Image(type="pil", label="Predicted Depth Map", height=image_output_size),
|