Spaces:
Configuration error
Configuration error
Upload app.py with huggingface_hub
Browse files
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:
|
| 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:
|
| 688 |
-
<h2 style="margin: 0 0
|
| 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>
|