Spaces:
Runtime error
Runtime error
lionelgarnier
commited on
Commit
·
81fda35
1
Parent(s):
a1f1dd5
change LitModel3D package name
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -438,7 +438,7 @@ def create_interface():
|
|
438 |
gen3d_button = gr.Button("Create 3D visual with Trellis")
|
439 |
|
440 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
441 |
-
|
442 |
|
443 |
with gr.Row():
|
444 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
|
|
438 |
gen3d_button = gr.Button("Create 3D visual with Trellis")
|
439 |
|
440 |
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
441 |
+
model_output = LitModel3D(label="Extracted GLB/Gaussian", exposure=10.0, height=300)
|
442 |
|
443 |
with gr.Row():
|
444 |
download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
|
requirements.txt
CHANGED
@@ -22,7 +22,7 @@ git+https://github.com/EasternJournalist/utils3d.git@9a4eb15e4021b67b12c460c7057
|
|
22 |
xformers==0.0.27.post2
|
23 |
spconv-cu120==2.3.6
|
24 |
transformers==4.46.3
|
25 |
-
|
26 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
27 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
28 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|
|
|
22 |
xformers==0.0.27.post2
|
23 |
spconv-cu120==2.3.6
|
24 |
transformers==4.46.3
|
25 |
+
gradio-litmodel3d==0.0.1
|
26 |
https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.0.post2/flash_attn-2.7.0.post2+cu12torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
27 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl?download=true
|
28 |
https://huggingface.co/spaces/JeffreyXiang/TRELLIS/resolve/main/wheels/nvdiffrast-0.3.3-cp310-cp310-linux_x86_64.whl?download=true
|