Aluren commited on
Commit
66ebb08
·
verified ·
1 Parent(s): 227248b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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