Spaces:
Build error
Build error
HF User commited on
Commit ·
3c39fbf
1
Parent(s): e7b9fb6
Remove examples section to avoid large file issues
Browse files
app.py
CHANGED
|
@@ -572,17 +572,7 @@ def create_demo_interface():
|
|
| 572 |
interactive=False
|
| 573 |
)
|
| 574 |
|
| 575 |
-
# 示例模型
|
| 576 |
-
with gr.Accordion("📂 示例模型", open=False):
|
| 577 |
-
gr.Examples(
|
| 578 |
-
examples=[
|
| 579 |
-
["examples/boy.obj", "realistic human skeleton for animation"],
|
| 580 |
-
["examples/dog.obj", "four-legged animal with spine and tail"],
|
| 581 |
-
["examples/bird.obj", "bird skeleton with wing bones"],
|
| 582 |
-
],
|
| 583 |
-
inputs=[model_file, prompt_input],
|
| 584 |
-
label="点击加载示例"
|
| 585 |
-
)
|
| 586 |
|
| 587 |
# 使用说明
|
| 588 |
with gr.Accordion("📖 使用说明", open=False):
|
|
|
|
| 572 |
interactive=False
|
| 573 |
)
|
| 574 |
|
| 575 |
+
# 示例模型已移除 - 直接上传您的3D模型开始使用
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 576 |
|
| 577 |
# 使用说明
|
| 578 |
with gr.Accordion("📖 使用说明", open=False):
|