Aluren commited on
Commit
668ad22
·
verified ·
1 Parent(s): 66ebb08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,7 +86,7 @@ def run_detailgen3d(
86
  guidance_scale,
87
  ):
88
  surface = load_mesh(mesh)
89
- image = np.array(Image.open(image).convert("RGB"))
90
 
91
  batch_size = 1
92
 
@@ -129,7 +129,7 @@ def run_refinement(
129
  # if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
130
  # rgb_image = rgb_image["image"]
131
 
132
- print("rgb_image",rgb_image)
133
 
134
  scene = run_detailgen3d(
135
  pipeline,
 
86
  guidance_scale,
87
  ):
88
  surface = load_mesh(mesh)
89
+ # image = Image.open(image).convert("RGB")
90
 
91
  batch_size = 1
92
 
 
129
  # if not isinstance(rgb_image, Image.Image) and "image" in rgb_image:
130
  # rgb_image = rgb_image["image"]
131
 
132
+ # print("rgb_image",rgb_image)
133
 
134
  scene = run_detailgen3d(
135
  pipeline,