Spaces:
Running
on
Zero
Running
on
Zero
xiank he
commited on
Commit
·
3d0ac0e
1
Parent(s):
72cd992
distill-any-depth
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ iface = gr.Interface(
|
|
114 |
inputs=gr.Image(type="pil"), # Only image input, no mode selection
|
115 |
outputs=gr.Image(type="pil"), # Only depth image output, no debug info
|
116 |
title="Depth Estimation Demo",
|
117 |
-
description="Upload an image to see the depth estimation results."
|
118 |
)
|
119 |
|
120 |
# Launch the Gradio interface
|
|
|
114 |
inputs=gr.Image(type="pil"), # Only image input, no mode selection
|
115 |
outputs=gr.Image(type="pil"), # Only depth image output, no debug info
|
116 |
title="Depth Estimation Demo",
|
117 |
+
description="Upload an image to see the depth estimation results. Our model is running on CPU, so it may take a while like ~80 seconds to process."
|
118 |
)
|
119 |
|
120 |
# Launch the Gradio interface
|