Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
8c9d7b8
1
Parent(s):
d122969
Update app.py
Browse files
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
|
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(
|