lemonaddie commited on
Commit
6a05a99
1 Parent(s): 3587fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -43,7 +43,7 @@ def depth_normal(img):
43
  pipe_out = pipe(
44
  img,
45
  denoising_steps=10,
46
- ensemble_size=1,
47
  processing_res=768,
48
  batch_size=0,
49
  guidance_scale=3,
@@ -316,7 +316,6 @@ def main():
316
  description = "GeoWizard is a Wizard who spells 3D geometry from a single image. Upload your image into the left side."
317
  examples = [
318
  ["files/gundam.jpg"],
319
- ["files/museum.jpg"],
320
  ["files/indoor.jpg"]]
321
 
322
  gr.Interface(
 
43
  pipe_out = pipe(
44
  img,
45
  denoising_steps=10,
46
+ ensemble_size=2,
47
  processing_res=768,
48
  batch_size=0,
49
  guidance_scale=3,
 
316
  description = "GeoWizard is a Wizard who spells 3D geometry from a single image. Upload your image into the left side."
317
  examples = [
318
  ["files/gundam.jpg"],
 
319
  ["files/indoor.jpg"]]
320
 
321
  gr.Interface(