dkatz2391 commited on
Commit
6a68e82
·
verified ·
1 Parent(s): 26217ae

outputs fixed

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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/)