Update app.py
Browse files
app.py
CHANGED
@@ -407,4 +407,4 @@ if __name__ == "__main__":
|
|
407 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
|
408 |
except:
|
409 |
pass
|
410 |
-
demo.launch()
|
|
|
407 |
pipeline.preprocess_image(Image.fromarray(np.zeros((512, 512, 3), dtype=np.uint8))) # Preload rembg
|
408 |
except:
|
409 |
pass
|
410 |
+
demo.launch(show_error=True)
|