Aluren commited on
Commit
227248b
·
verified ·
1 Parent(s): 63fe1f8

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).convert("RGB")
90
 
91
  batch_size = 1
92
 
 
86
  guidance_scale,
87
  ):
88
  surface = load_mesh(mesh)
89
+ image = Image.open(image)
90
 
91
  batch_size = 1
92