Steven18 commited on
Commit
e73b80b
·
1 Parent(s): 0b3ee82
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -466,10 +466,10 @@ with gr.Blocks(delete_cache=(600, 600)) as demo:
466
  ).then(
467
  extract_glb,
468
  inputs=[output_buf, gr.State(0.95), gr.State(1024)],
469
- outputs=[model_output, glb_download]
470
  ).then(
471
  lambda: gr.update(interactive=True),
472
- outputs=[glb_download]
473
  )
474
 
475
 
 
466
  ).then(
467
  extract_glb,
468
  inputs=[output_buf, gr.State(0.95), gr.State(1024)],
469
+ outputs=[model_output, download_glb]
470
  ).then(
471
  lambda: gr.update(interactive=True),
472
+ outputs=[download_glb]
473
  )
474
 
475