Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ def run_refinement(
|
|
174 |
# print("mesh", rgb_image)
|
175 |
|
176 |
if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
|
177 |
-
rgb_image =
|
178 |
|
179 |
scene = run_detailgen3d(
|
180 |
pipeline,
|
|
|
174 |
# print("mesh", rgb_image)
|
175 |
|
176 |
if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
|
177 |
+
rgb_image = rgb_image["image"]
|
178 |
|
179 |
scene = run_detailgen3d(
|
180 |
pipeline,
|