Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,6 @@ def run(image):
|
|
31 |
pipeline.save_ply(splat, splat_file)
|
32 |
return splat_file
|
33 |
|
34 |
-
|
35 |
demo = gr.Interface(
|
36 |
fn=run,
|
37 |
title="LGM Tiny",
|
|
|
31 |
pipeline.save_ply(splat, splat_file)
|
32 |
return splat_file
|
33 |
|
|
|
34 |
demo = gr.Interface(
|
35 |
fn=run,
|
36 |
title="LGM Tiny",
|