Spaces:
Runtime error
Runtime error
atsantiago
commited on
Commit
·
15ab33f
1
Parent(s):
ed944c6
Message Text
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ gr_output = [
|
|
86 |
iface = gr.Interface(
|
87 |
fn=infer,
|
88 |
title="Monocular Depth Filter",
|
89 |
-
description = "Used Keras Depth Estimation Model for estimating the depth of areas in an image.
|
90 |
inputs = gr_input,
|
91 |
outputs = gr_output,
|
92 |
examples=[
|
|
|
86 |
iface = gr.Interface(
|
87 |
fn=infer,
|
88 |
title="Monocular Depth Filter",
|
89 |
+
description = "Used Keras Monocular Depth Estimation Model for estimating the depth of areas in an image. User defines a threshold and the app filters out the image to only show the certain areas",
|
90 |
inputs = gr_input,
|
91 |
outputs = gr_output,
|
92 |
examples=[
|