Spaces:
Sleeping
Sleeping
fathyshalaby
commited on
Commit
·
5b9acd9
1
Parent(s):
f638625
Update presidio_streamlit.py
Browse files- presidio_streamlit.py +1 -1
presidio_streamlit.py
CHANGED
@@ -33,7 +33,7 @@ dotenv.load_dotenv()
|
|
33 |
logger = logging.getLogger("presidio-streamlit")
|
34 |
|
35 |
|
36 |
-
allow_other_models = os.getenv("ALLOW_OTHER_MODELS",
|
37 |
|
38 |
|
39 |
# Sidebar
|
|
|
33 |
logger = logging.getLogger("presidio-streamlit")
|
34 |
|
35 |
|
36 |
+
allow_other_models = os.getenv("ALLOW_OTHER_MODELS", True)
|
37 |
|
38 |
|
39 |
# Sidebar
|