Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def run_detailgen3d(
|
|
86 |
guidance_scale,
|
87 |
):
|
88 |
surface = load_mesh(mesh)
|
89 |
-
image = Image.open(image)
|
90 |
|
91 |
batch_size = 1
|
92 |
|
|
|
86 |
guidance_scale,
|
87 |
):
|
88 |
surface = load_mesh(mesh)
|
89 |
+
image = np.array(Image.open(image).convert("RGB"))
|
90 |
|
91 |
batch_size = 1
|
92 |
|