Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def run(image: np.ndarray, remove_edge: bool = True):
|
|
84 |
|
85 |
|
86 |
DESCRIPTION = """
|
87 |
-
## Turn 2D
|
88 |
|
89 |
NOTE:
|
90 |
* If the image is too large (> 1024px), it will be resized accordingly.
|
|
|
84 |
|
85 |
|
86 |
DESCRIPTION = """
|
87 |
+
## Turn a 2D image into a 3D point map with [MoGe](https://wangrc.site/MoGePage/)
|
88 |
|
89 |
NOTE:
|
90 |
* If the image is too large (> 1024px), it will be resized accordingly.
|