sidphbot commited on
Commit
447f052
1 Parent(s): 6c15c7d

UI changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from src.Surveyor import Surveyor
8
 
9
 
10
 
11
- @st.experimental_singleton(show_spinner=True, 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)
 
8
 
9
 
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)