sudo-soldier commited on
Commit
9b20bc8
·
verified ·
1 Parent(s): 6ec98d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("examples/")
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")],