Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -25,7 +25,7 @@ import tempfile
|
|
25 |
import craftsman
|
26 |
from craftsman.utils.config import ExperimentConfig, load_config
|
27 |
|
28 |
-
_TITLE = '''
|
29 |
_DESCRIPTION = '''
|
30 |
<div>
|
31 |
<span style="color: red;">Important: If you have your own data and want to collaborate, we are welcom to any contact.</span>
|
|
|
25 |
import craftsman
|
26 |
from craftsman.utils.config import ExperimentConfig, load_config
|
27 |
|
28 |
+
_TITLE = '''CraftsMan3D: High-fidelity Mesh Generation with 3D Native Generation and Interactive Geometry Refiner'''
|
29 |
_DESCRIPTION = '''
|
30 |
<div>
|
31 |
<span style="color: red;">Important: If you have your own data and want to collaborate, we are welcom to any contact.</span>
|