Steven18 commited on
Commit
2460baf
·
1 Parent(s): b7b00e2

add show_error=True

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ *__pycache__
app.py CHANGED
@@ -411,4 +411,4 @@ if __name__ == "__main__":
411
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
412
  except:
413
  pass
414
- demo.launch()
 
411
  pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
412
  except:
413
  pass
414
+ demo.launch(show_error=True)