Spaces:
Running
on
Zero
Running
on
Zero
完成界面,着手业务逻辑
Browse files
app.py
CHANGED
@@ -15,7 +15,6 @@ example_imgs = get_example_img_list()
|
|
15 |
HTML_OUTPUT_PLACEHOLDER = f"""
|
16 |
<div style='height: {650}px; width: 100%; border-radius: 8px; border-color: #e5e7eb; border-style: solid; border-width: 1px; display: flex; justify-content: center; align-items: center;'>
|
17 |
<div style='text-align: center; font-size: 16px; color: #6b7280;'>
|
18 |
-
<p style="color: #8d8d8d;">Welcome to Hunyuan3D!</p>
|
19 |
<p style="color: #8d8d8d;">No mesh here.</p>
|
20 |
</div>
|
21 |
</div>
|
|
|
15 |
HTML_OUTPUT_PLACEHOLDER = f"""
|
16 |
<div style='height: {650}px; width: 100%; border-radius: 8px; border-color: #e5e7eb; border-style: solid; border-width: 1px; display: flex; justify-content: center; align-items: center;'>
|
17 |
<div style='text-align: center; font-size: 16px; color: #6b7280;'>
|
|
|
18 |
<p style="color: #8d8d8d;">No mesh here.</p>
|
19 |
</div>
|
20 |
</div>
|