Spaces:
Running
on
Zero
Running
on
Zero
add show_error=True
Browse files- .gitignore +1 -0
- 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)
|