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