Spaces:
Running
on
Zero
Running
on
Zero
outputs fixed
Browse files
app.py
CHANGED
@@ -172,6 +172,9 @@ def extract_gaussian(state: dict, req: gr.Request) -> Tuple[str, str]:
|
|
172 |
return gaussian_path, gaussian_path
|
173 |
|
174 |
|
|
|
|
|
|
|
175 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
176 |
gr.Markdown("""
|
177 |
## Text to 3D Asset with [TRELLIS](https://trellis3d.github.io/)
|
|
|
172 |
return gaussian_path, gaussian_path
|
173 |
|
174 |
|
175 |
+
output_buf = gr.State()
|
176 |
+
video_output = gr.Video(label="Generated 3D Asset", autoplay=True, loop=True, height=300)
|
177 |
+
|
178 |
with gr.Blocks(delete_cache=(600, 600)) as demo:
|
179 |
gr.Markdown("""
|
180 |
## Text to 3D Asset with [TRELLIS](https://trellis3d.github.io/)
|