aleclyu commited on
Commit
a88fed3
·
1 Parent(s): 95825d6
Files changed (1) hide show
  1. app.py +26 -24
app.py CHANGED
@@ -593,30 +593,32 @@ def _launch_demo(args, model, processor):
593
  <p>Powered by Tencent Hunyuan Team</p>
594
  </div>
595
  </div>
596
- <div style="background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
597
- border-left: 4px solid #ffc107;
598
- padding: 18px 24px;
599
- margin: 20px 0 10px 0;
600
- border-radius: 8px;
601
- box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);">
602
- <div style="display: flex; align-items: flex-start; gap: 14px;">
603
- <span style="font-size: 26px; flex-shrink: 0; line-height: 1;">⚠️</span>
604
- <div style="flex: 1;">
605
- <p style="margin: 0 0 10px 0;
606
- font-size: 15px;
607
- font-weight: 600;
608
- color: #856404;
609
- line-height: 1.7;">
610
- <strong>🔔 重要提示:</strong>请注意,当前模型的 Transformers 实现精度尚未完全对齐(团队正在修复)。此 Space 旨在供您快速体验模型,若需获得完整精度与最佳性能,我们推荐使用 vLLM 进行部署。
611
- </p>
612
- <p style="margin: 0;
613
- font-size: 14px;
614
- font-weight: 500;
615
- color: #856404;
616
- line-height: 1.7;
617
- opacity: 0.95;">
618
- <strong>🔔 Important Notice:</strong> Please note that the current Transformers implementation of the model has not yet achieved full precision alignment (the team is working on a fix). This Space is intended for quick model experimentation. For full precision and optimal performance, we recommend deploying via vLLM.
619
- </p>
 
 
620
  </div>
621
  </div>
622
  </div>
 
593
  <p>Powered by Tencent Hunyuan Team</p>
594
  </div>
595
  </div>
596
+ <div style="max-width: 1600px; margin: 0 auto; padding: 0 40px;">
597
+ <div style="background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
598
+ border-left: 4px solid #ffc107;
599
+ padding: 16px 20px;
600
+ margin: 20px 0 0 0;
601
+ border-radius: 8px;
602
+ box-shadow: 0 2px 8px rgba(255, 193, 7, 0.15);">
603
+ <div style="display: flex; align-items: flex-start; gap: 12px;">
604
+ <span style="font-size: 24px; flex-shrink: 0; line-height: 1;">⚠️</span>
605
+ <div style="flex: 1;">
606
+ <p style="margin: 0 0 8px 0;
607
+ font-size: 14px;
608
+ font-weight: 600;
609
+ color: #856404;
610
+ line-height: 1.65;">
611
+ <strong>🔔 重要提示:</strong>请注意,当前模型的 Transformers 实现精度尚未完全对齐(团队正在修复)。此 Space 旨在供您快速体验模型,若需获得完整精度与最佳性能,我们推荐使用 vLLM 进行部署。
612
+ </p>
613
+ <p style="margin: 0;
614
+ font-size: 13px;
615
+ font-weight: 500;
616
+ color: #856404;
617
+ line-height: 1.6;
618
+ opacity: 0.92;">
619
+ <strong>🔔 Important Notice:</strong> Please note that the current Transformers implementation of the model has not yet achieved full precision alignment (the team is working on a fix). This Space is intended for quick model experimentation. For full precision and optimal performance, we recommend deploying via vLLM.
620
+ </p>
621
+ </div>
622
  </div>
623
  </div>
624
  </div>