Spaces:
Running
on
L4
Running
on
L4
flamehaze1115
commited on
Commit
·
c63ae58
1
Parent(s):
e113905
update
Browse files- gradio_app.py +4 -2
gradio_app.py
CHANGED
@@ -46,9 +46,11 @@ _TITLE = '''Wonder3D: Single Image to 3D using Cross-Domain Diffusion'''
|
|
46 |
_DESCRIPTION = '''
|
47 |
<div>
|
48 |
Generate consistent multi-view normals maps and color images.
|
49 |
-
The demo does not include the mesh reconstruction part, please visit our github repo (https://github.com/xxlong0/Wonder3D/) to get a textured mesh.
|
50 |
<a style="display:inline-block; margin-left: .5em" href='https://github.com/xxlong0/Wonder3D/'><img src='https://img.shields.io/github/stars/xxlong0/Wonder3D?style=social' /></a>
|
51 |
</div>
|
|
|
|
|
|
|
52 |
'''
|
53 |
_GPU_ID = 0
|
54 |
|
@@ -314,7 +316,7 @@ def run_demo():
|
|
314 |
with gr.Column():
|
315 |
seed = gr.Number(42, label='Seed')
|
316 |
with gr.Column():
|
317 |
-
crop_size = gr.Number(
|
318 |
# crop_size = 192
|
319 |
run_btn = gr.Button('Generate', variant='primary', interactive=True)
|
320 |
with gr.Row():
|
|
|
46 |
_DESCRIPTION = '''
|
47 |
<div>
|
48 |
Generate consistent multi-view normals maps and color images.
|
|
|
49 |
<a style="display:inline-block; margin-left: .5em" href='https://github.com/xxlong0/Wonder3D/'><img src='https://img.shields.io/github/stars/xxlong0/Wonder3D?style=social' /></a>
|
50 |
</div>
|
51 |
+
<div>
|
52 |
+
The demo does not include the mesh reconstruction part, please visit <a href="https://github.com/xxlong0/Wonder3D/">our github repo</a> to get a textured mesh.
|
53 |
+
</div>
|
54 |
'''
|
55 |
_GPU_ID = 0
|
56 |
|
|
|
316 |
with gr.Column():
|
317 |
seed = gr.Number(42, label='Seed')
|
318 |
with gr.Column():
|
319 |
+
crop_size = gr.Number(192, label='Crop size')
|
320 |
# crop_size = 192
|
321 |
run_btn = gr.Button('Generate', variant='primary', interactive=True)
|
322 |
with gr.Row():
|