Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +3 -0
src/streamlit_app.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from rembg import remove
|
3 |
from PIL import Image
|
|
|
1 |
+
import os
|
2 |
+
os.environ["NUMBA_DISABLE_CACHE"] = "1"
|
3 |
+
|
4 |
import streamlit as st
|
5 |
from rembg import remove
|
6 |
from PIL import Image
|