Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,8 +94,7 @@ def predict(image, quality):
|
|
| 94 |
|
| 95 |
# GUI
|
| 96 |
title = 'Image2Mesh'
|
| 97 |
-
description = '
|
| 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'))]
|