Ruicheng commited on
Commit
229ab7b
1 Parent(s): 2544110

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ def run(image: np.ndarray, remove_edge: bool = True):
84
 
85
 
86
  DESCRIPTION = """
87
- ## Turn 2D images into 3D point maps with [MoGe](https://wangrc.site/MoGePage/)
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.