frogleo commited on
Commit
9ca7fc4
·
1 Parent(s): cf9d1e9

完成界面,着手业务逻辑

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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>