Huiwenshi commited on
Commit
55b6b2a
1 Parent(s): 33f80fb

Upload app_hg.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app_hg.py +4 -1
app_hg.py CHANGED
@@ -267,7 +267,10 @@ with gr.Blocks() as demo:
267
  result_gif = gr.Image(label="Rendered GIF", interactive=False)
268
 
269
  with gr.Row():
270
- gr.Markdown("The glb file displayed on the grario will be dark. We recommend downloading and opening it with 3D software, such as Blender, MeshLab, etc")
 
 
 
271
 
272
  #===============================================================
273
 
 
267
  result_gif = gr.Image(label="Rendered GIF", interactive=False)
268
 
269
  with gr.Row():
270
+ gr.Markdown("""
271
+ We recommend downloading and opening Glb with 3D software, such as Blender, MeshLab, etc.
272
+ Limited by gradio, Obj file here only be shown as vertex shading, but Glb can be texture shading.
273
+ """)
274
 
275
  #===============================================================
276