Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -125,6 +125,8 @@ def run_refinement(
|
|
125 |
if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
|
126 |
rgb_image = rgb_image["image"]
|
127 |
|
|
|
|
|
128 |
scene = run_detailgen3d(
|
129 |
pipeline,
|
130 |
rgb_image,
|
|
|
125 |
if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
|
126 |
rgb_image = rgb_image["image"]
|
127 |
|
128 |
+
print("rgb_image",rgb_image)
|
129 |
+
|
130 |
scene = run_detailgen3d(
|
131 |
pipeline,
|
132 |
rgb_image,
|