02alexander commited on
Commit
34d9a52
Β·
1 Parent(s): 4050bb1

more cleanup

Browse files
Files changed (1) hide show
  1. app.py +0 -25
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! [![GitHub Stars](https://img.shields.io/github/stars/TencentARC/InstantMesh?style=social)](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(