Spaces:
Sleeping
Sleeping
Commit
Β·
34d9a52
1
Parent(s):
4050bb1
more cleanup
Browse files
app.py
CHANGED
@@ -313,29 +313,6 @@ Technical report: <a href='https://arxiv.org/abs/2404.07191' target='_blank'>ArX
|
|
313 |
|
314 |
'''
|
315 |
|
316 |
-
_CITE_ = r"""
|
317 |
-
If InstantMesh is helpful, please help to β the <a href='https://github.com/TencentARC/InstantMesh' target='_blank'>Github Repo</a>. Thanks! [](https://github.com/TencentARC/InstantMesh)
|
318 |
-
---
|
319 |
-
π **Citation**
|
320 |
-
|
321 |
-
If you find our work useful for your research or applications, please cite using this bibtex:
|
322 |
-
```bibtex
|
323 |
-
@article{xu2024instantmesh,
|
324 |
-
title={InstantMesh: Efficient 3D Mesh Generation from a Single Image with Sparse-view Large Reconstruction Models},
|
325 |
-
author={Xu, Jiale and Cheng, Weihao and Gao, Yiming and Wang, Xintao and Gao, Shenghua and Shan, Ying},
|
326 |
-
journal={arXiv preprint arXiv:2404.07191},
|
327 |
-
year={2024}
|
328 |
-
}
|
329 |
-
```
|
330 |
-
|
331 |
-
π **License**
|
332 |
-
|
333 |
-
Apache-2.0 LICENSE. Please refer to the [LICENSE file](https://huggingface.co/spaces/TencentARC/InstantMesh/blob/main/LICENSE) for details.
|
334 |
-
|
335 |
-
π§ **Contact**
|
336 |
-
|
337 |
-
If you have any questions, feel free to open a discussion or contact us at <b>[email protected]</b>.
|
338 |
-
"""
|
339 |
|
340 |
|
341 |
with gr.Blocks() as demo:
|
@@ -388,8 +365,6 @@ with gr.Blocks() as demo:
|
|
388 |
with gr.Row():
|
389 |
gr.Markdown('''Try a different <b>seed value</b> if the result is unsatisfying (Default: 42).''')
|
390 |
|
391 |
-
gr.Markdown(_CITE_)
|
392 |
-
|
393 |
mv_images = gr.State()
|
394 |
|
395 |
submit.click(fn=check_input_image, inputs=[input_image]).success(
|
|
|
313 |
|
314 |
'''
|
315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
|
317 |
|
318 |
with gr.Blocks() as demo:
|
|
|
365 |
with gr.Row():
|
366 |
gr.Markdown('''Try a different <b>seed value</b> if the result is unsatisfying (Default: 42).''')
|
367 |
|
|
|
|
|
368 |
mv_images = gr.State()
|
369 |
|
370 |
submit.click(fn=check_input_image, inputs=[input_image]).success(
|