opsiclear-admin commited on
Commit
e9f3fdb
·
verified ·
1 Parent(s): f11b258

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -679,13 +679,13 @@ def extract_glb(
679
 
680
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange", neutral_hue="slate"), css=css, head=head) as demo:
681
  gr.HTML("""
682
- <div style="display: flex; align-items: center; gap: 28px; padding: 20px 28px; margin-bottom: 16px; border-radius: 14px; background: var(--block-background-fill); border: 1px solid var(--border-color-primary);">
683
  <a href="https://www.opsiclear.com" target="_blank" style="flex-shrink: 0; display: flex; align-items: center;">
684
  <img src="https://www.opsiclear.com/assets/logos/Logo_v2_compact_name.svg" alt="OpsiClear"
685
  style="width: 140px; height: auto; object-fit: contain;">
686
  </a>
687
- <div style="min-width: 0; border-left: 2px solid var(--border-color-primary); padding-left: 28px;">
688
- <h2 style="margin: 0 0 10px 0; font-size: 1.4rem; line-height: 1.3; font-weight: 700;">Multi-View to 3D with <a href="https://microsoft.github.io/TRELLIS.2" target="_blank" style="text-decoration: none; color: var(--color-accent);">TRELLIS.2</a></h2>
689
  <ul style="margin: 0; padding-left: 18px; font-size: 0.88rem; line-height: 1.7; color: var(--body-text-color-subdued, var(--body-text-color));">
690
  <li>Upload multiple images from different viewpoints to create a 3D asset with multi-image conditioning.</li>
691
  <li>Click an example below to load a pre-made multi-view set, or upload your own images.</li>
 
679
 
680
  with gr.Blocks(theme=gr.themes.Soft(primary_hue="orange", neutral_hue="slate"), css=css, head=head) as demo:
681
  gr.HTML("""
682
+ <div style="display: flex; align-items: center; gap: 24px;">
683
  <a href="https://www.opsiclear.com" target="_blank" style="flex-shrink: 0; display: flex; align-items: center;">
684
  <img src="https://www.opsiclear.com/assets/logos/Logo_v2_compact_name.svg" alt="OpsiClear"
685
  style="width: 140px; height: auto; object-fit: contain;">
686
  </a>
687
+ <div style="min-width: 0; border-left: 2px solid var(--border-color-primary); padding-left: 24px;">
688
+ <h2 style="margin: 0 0 8px 0; font-size: 1.4rem; line-height: 1.3; font-weight: 700;">Multi-View to 3D with <a href="https://microsoft.github.io/TRELLIS.2" target="_blank" style="text-decoration: none; color: var(--color-accent);">TRELLIS.2</a></h2>
689
  <ul style="margin: 0; padding-left: 18px; font-size: 0.88rem; line-height: 1.7; color: var(--body-text-color-subdued, var(--body-text-color));">
690
  <li>Upload multiple images from different viewpoints to create a 3D asset with multi-image conditioning.</li>
691
  <li>Click an example below to load a pre-made multi-view set, or upload your own images.</li>