bluestyle97 commited on
Commit
1d262d9
β€’
1 Parent(s): bfcb0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -33,11 +33,8 @@ _IMG_TO_3D_HELP_ = '''
33
  πŸ’‘πŸ’‘πŸ’‘**Usage Tips:**
34
  - This demo supports various multi-view diffusion models, including [Hunyuan3D](https://github.com/Tencent/Hunyuan3D-1) Std and [Zero123++](https://github.com/SUDO-AI-3D/zero123plus) v1.1/v1.2. You can try different models to get the best result.
35
  - Try clicking the \U0001f3b2\ufe0f button to use a different `Random seed` (default: 42) for diverse outputs.
36
- - In most cases, using `2DGS` leads to better mesh geometry than `3DGS`. Please refer to the [2DGS paper](https://arxiv.org/abs/2403.17888).
37
  - You can adjust the views used for reconstruction to alleviate the blurry texture problem caused by multi-view inconsistency.
38
-
39
- ❗️❗️❗️**NOTE:**
40
- We are dealing with some bugs related to the ZeroGPU environment, stay tuned!
41
  '''
42
 
43
  _CITE_ = r"""
 
33
  πŸ’‘πŸ’‘πŸ’‘**Usage Tips:**
34
  - This demo supports various multi-view diffusion models, including [Hunyuan3D](https://github.com/Tencent/Hunyuan3D-1) Std and [Zero123++](https://github.com/SUDO-AI-3D/zero123plus) v1.1/v1.2. You can try different models to get the best result.
35
  - Try clicking the \U0001f3b2\ufe0f button to use a different `Random seed` (default: 42) for diverse outputs.
36
+ - In most cases, using `2DGS` leads to better mesh geometry than `3DGS`. Please refer to [2DGS paper](https://arxiv.org/abs/2403.17888).
37
  - You can adjust the views used for reconstruction to alleviate the blurry texture problem caused by multi-view inconsistency.
 
 
 
38
  '''
39
 
40
  _CITE_ = r"""