Spaces:
Running
on
Zero
Running
on
Zero
Better Description
#6
by
KingNish
- opened
app.py
CHANGED
@@ -244,7 +244,7 @@ def make3d(images):
|
|
244 |
|
245 |
|
246 |
_HEADER_ = '''
|
247 |
-
<h2><b>Official π€ Gradio Demo</b></h2><h2><a href='https://github.com/TencentARC/InstantMesh' target='_blank'><b>InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models</b></a></h2>
|
248 |
'''
|
249 |
|
250 |
_LINKS_ = '''
|
@@ -342,7 +342,7 @@ with gr.Blocks() as demo:
|
|
342 |
)
|
343 |
|
344 |
with gr.Row():
|
345 |
-
gr.Markdown('''Try a different <b>seed value</b> if the result is unsatisfying (Default: 42).''')
|
346 |
|
347 |
gr.Markdown(_LINKS_)
|
348 |
gr.Markdown(_CITE_)
|
|
|
244 |
|
245 |
|
246 |
_HEADER_ = '''
|
247 |
+
<h2><b>Official π€ Gradio Demo</b></h2><h2><a href='https://github.com/TencentARC/InstantMesh' target='_blank'><b>InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models</b></a></h2> <p>InstantMesh is a Powerful AI which can convert single <b>2D image into 3d model</b><p>
|
248 |
'''
|
249 |
|
250 |
_LINKS_ = '''
|
|
|
342 |
)
|
343 |
|
344 |
with gr.Row():
|
345 |
+
gr.Markdown('''Tips to Generate better model:- <br>1. Try a different <b>seed value</b> if the result is unsatisfying (Default: 42). <br>2. On Increasing the No. of Sample steps, Quality of Model increases But takes longer Generation time.''')
|
346 |
|
347 |
gr.Markdown(_LINKS_)
|
348 |
gr.Markdown(_CITE_)
|