Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
|
2 |
import streamlit as st
|
|
|
3 |
from transformers import pipeline, AutoModelForQuestionAnswering, AutoTokenizer
|
4 |
|
5 |
@st.cache(allow_output_mutation=True)
|
|
|
1 |
|
2 |
import streamlit as st
|
3 |
+
import re
|
4 |
from transformers import pipeline, AutoModelForQuestionAnswering, AutoTokenizer
|
5 |
|
6 |
@st.cache(allow_output_mutation=True)
|