Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ description = "DPT model to predict the depth of an image and then 3D Point Clou
|
|
105 |
|
106 |
# Add both image and model examples
|
107 |
examples = [
|
108 |
-
["examples/" + img] for img in os.listdir("
|
109 |
] + [
|
110 |
[os.path.join(os.path.dirname(__file__), "files/model1.glb")],
|
111 |
[os.path.join(os.path.dirname(__file__), "files/model2.glb")],
|
|
|
105 |
|
106 |
# Add both image and model examples
|
107 |
examples = [
|
108 |
+
["examples/" + img] for img in os.listdir("files/")
|
109 |
] + [
|
110 |
[os.path.join(os.path.dirname(__file__), "files/model1.glb")],
|
111 |
[os.path.join(os.path.dirname(__file__), "files/model2.glb")],
|