bergML1 commited on
Commit
59d05d2
1 Parent(s): ca55618

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -94,8 +94,7 @@ def predict(image, quality):
94
 
95
  # GUI
96
  title = 'Image2Mesh'
97
- description = 'Demo based on my <a href="https://towardsdatascience.com/generate-a-3d-mesh-from-an-image-with-python' \
98
- '-12210c73e5cc">article</a>. This demo predicts the depth of an image and then generates the 3D mesh. ' \
99
  'Choosing a higher quality increases the time to generate the mesh. You can download the mesh by ' \
100
  'clicking the top-right button on the 3D viewer. '
101
  examples = [[f'examples/{name}', 3] for name in sorted(os.listdir('examples'))]
 
94
 
95
  # GUI
96
  title = 'Image2Mesh'
97
+ description = 'This demo predicts the depth of an image and then generates the 3D mesh. ' \
 
98
  'Choosing a higher quality increases the time to generate the mesh. You can download the mesh by ' \
99
  'clicking the top-right button on the 3D viewer. '
100
  examples = [[f'examples/{name}', 3] for name in sorted(os.listdir('examples'))]