Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from src.Surveyor import Surveyor
|
|
10 |
|
11 |
@st.experimental_singleton(suppress_st_warning=True)
|
12 |
def get_surveyor_instance(_print_fn, _survey_print_fn):
|
13 |
-
with st.spinner('Loading The-
|
14 |
return Surveyor(print_fn=_print_fn, survey_print_fn=_survey_print_fn, high_gpu=True)
|
15 |
|
16 |
|
|
|
10 |
|
11 |
@st.experimental_singleton(suppress_st_warning=True)
|
12 |
def get_surveyor_instance(_print_fn, _survey_print_fn):
|
13 |
+
with st.spinner('Loading The-Researcher ...'):
|
14 |
return Surveyor(print_fn=_print_fn, survey_print_fn=_survey_print_fn, high_gpu=True)
|
15 |
|
16 |
|