Spaces:
dylanebert
/
Running on Zero

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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,7 +98,7 @@ with block:
98
  ],
99
  inputs=[input_image],
100
  outputs=[output_splat],
101
- fn=lambda x: run(input_image=x, convert=False),
102
  cache_examples=True,
103
  label="Image-to-3D Examples",
104
  )
 
98
  ],
99
  inputs=[input_image],
100
  outputs=[output_splat],
101
+ fn=lambda x: run(input_image=x),
102
  cache_examples=True,
103
  label="Image-to-3D Examples",
104
  )