Spaces:
Running
on
Zero
Running
on
Zero
fix
Browse files
app.py
CHANGED
|
@@ -114,7 +114,7 @@ def run_mvadapter(
|
|
| 114 |
except ValueError:
|
| 115 |
seed = 42
|
| 116 |
|
| 117 |
-
images, _, _
|
| 118 |
pipe,
|
| 119 |
mesh_path=mesh_path,
|
| 120 |
num_views=NUM_VIEWS,
|
|
|
|
| 114 |
except ValueError:
|
| 115 |
seed = 42
|
| 116 |
|
| 117 |
+
images, _, _ = run_pipeline(
|
| 118 |
pipe,
|
| 119 |
mesh_path=mesh_path,
|
| 120 |
num_views=NUM_VIEWS,
|