Upload app_hg.py with huggingface_hub
Browse files
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("
|
|
|
|
|
|
|
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 |
|