Spaces:
dylanebert
/
Running on Zero

dylanebert HF staff commited on
Commit
8c9d7b8
1 Parent(s): d122969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with block:
84
  output_splat = gr.Model3D(label="3D Gaussians")
85
 
86
  button_gen.click(
87
- fn=run, inputs=[input_image, convert_checkbox], outputs=[output_splat]
88
  )
89
 
90
  gr.Examples(
 
84
  output_splat = gr.Model3D(label="3D Gaussians")
85
 
86
  button_gen.click(
87
+ fn=run, inputs=[input_image], outputs=[output_splat]
88
  )
89
 
90
  gr.Examples(