Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,6 +29,9 @@ _IMG_TO_3D_HELP_ = '''
|
|
| 29 |
- Try clicking the \U0001f3b2\ufe0f button to use a different `Random seed` (default: 42) for diverse outputs.
|
| 30 |
- In most cases, using `2DGS` leads to better mesh geometry than `3DGS`. Please refer to the [2DGS paper](https://arxiv.org/abs/2403.17888).
|
| 31 |
- You can adjust the views used for reconstruction to alleviate the blurry texture problem caused by multi-view inconsistency.
|
|
|
|
|
|
|
|
|
|
| 32 |
'''
|
| 33 |
|
| 34 |
_CITE_ = r"""
|
|
|
|
| 29 |
- Try clicking the \U0001f3b2\ufe0f button to use a different `Random seed` (default: 42) for diverse outputs.
|
| 30 |
- In most cases, using `2DGS` leads to better mesh geometry than `3DGS`. Please refer to the [2DGS paper](https://arxiv.org/abs/2403.17888).
|
| 31 |
- You can adjust the views used for reconstruction to alleviate the blurry texture problem caused by multi-view inconsistency.
|
| 32 |
+
|
| 33 |
+
❗️❗️❗️**NOTE:**
|
| 34 |
+
We are dealing with some bugs related to the ZeroGPU environment, stay tuned!
|
| 35 |
'''
|
| 36 |
|
| 37 |
_CITE_ = r"""
|