sidphbot commited on
Commit
7fd0c02
1 Parent(s): 14d73b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-Surveyor ...'):
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