wyysf commited on
Commit
4aab1ba
·
1 Parent(s): e814557
Files changed (1) hide show
  1. gradio_app.py +2 -2
gradio_app.py CHANGED
@@ -41,8 +41,6 @@ We provide the coarse 3D diffusion part here.
41
  If you found CraftsMan is helpful, please help to ⭐ the <a href='https://github.com/wyysf-98/CraftsMan/' target='_blank'>Github Repo</a>. Thanks!
42
  <a style="display:inline-block; margin-left: .5em" href='https://github.com/wyysf-98/CraftsMan/'><img src='https://img.shields.io/github/stars/wyysf-98/CraftsMan?style=social' /></a>
43
  <br>
44
- *please note that the model is fliped due to the gradio viewer, please download the obj file and you will get the correct mesh.
45
- <br>
46
  *If you have your own multi-view images, you can directly upload it.
47
  </div>
48
  '''
@@ -228,6 +226,8 @@ if __name__=="__main__":
228
  camera_position=(90.0, 90.0, 3.5),
229
  interactive=False,
230
  )
 
 
231
 
232
  with gr.Row():
233
  view_front = gr.Image(label="Front", interactive=True, show_label=True)
 
41
  If you found CraftsMan is helpful, please help to ⭐ the <a href='https://github.com/wyysf-98/CraftsMan/' target='_blank'>Github Repo</a>. Thanks!
42
  <a style="display:inline-block; margin-left: .5em" href='https://github.com/wyysf-98/CraftsMan/'><img src='https://img.shields.io/github/stars/wyysf-98/CraftsMan?style=social' /></a>
43
  <br>
 
 
44
  *If you have your own multi-view images, you can directly upload it.
45
  </div>
46
  '''
 
226
  camera_position=(90.0, 90.0, 3.5),
227
  interactive=False,
228
  )
229
+ with gr.Row():
230
+ gr.Markdown('''*please note that the model is fliped due to the gradio viewer, please download the obj file and you will get the correct orientation.''')
231
 
232
  with gr.Row():
233
  view_front = gr.Image(label="Front", interactive=True, show_label=True)