Spaces:
Sleeping
Sleeping
Update presidio_streamlit.py
Browse files- presidio_streamlit.py +2 -0
presidio_streamlit.py
CHANGED
|
@@ -18,6 +18,8 @@ from transformers_rec import (
|
|
| 18 |
BERT_DEID_CONFIGURATION,
|
| 19 |
)
|
| 20 |
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Helper methods
|
| 23 |
@st.cache_resource
|
|
|
|
| 18 |
BERT_DEID_CONFIGURATION,
|
| 19 |
)
|
| 20 |
|
| 21 |
+
from openai_fake_data_generator import *
|
| 22 |
+
|
| 23 |
|
| 24 |
# Helper methods
|
| 25 |
@st.cache_resource
|