Spaces:
Build error
Build error
sdhanabal1
commited on
Commit
·
c2b444a
1
Parent(s):
99b1da3
Show spinner
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def main() -> None:
|
|
26 |
|
27 |
@st.cache(allow_output_mutation=True,
|
28 |
suppress_st_warning=True,
|
29 |
-
show_spinner=
|
30 |
def create_pipeline():
|
31 |
with st.spinner('Please wait for the model to load...'):
|
32 |
terms_and_conditions_pipeline = pipeline(
|
|
|
26 |
|
27 |
@st.cache(allow_output_mutation=True,
|
28 |
suppress_st_warning=True,
|
29 |
+
show_spinner=True)
|
30 |
def create_pipeline():
|
31 |
with st.spinner('Please wait for the model to load...'):
|
32 |
terms_and_conditions_pipeline = pipeline(
|