Spaces:
Build error
Build error
arxiv id list support
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from streamlit_tags import st_tags_sidebar
|
|
9 |
@st.experimental_singleton
|
10 |
def get_surveyor_instance(_print_fn, _survey_print_fn):
|
11 |
with st.spinner('Loading The-Surveyor ...'):
|
12 |
-
return Surveyor(_print_fn, _survey_print_fn, high_gpu=True)
|
13 |
|
14 |
|
15 |
def run_survey(surveyor, download_placeholder, research_keywords=None, arxiv_ids=None, max_search=None, num_papers=None):
|
|
|
9 |
@st.experimental_singleton
|
10 |
def get_surveyor_instance(_print_fn, _survey_print_fn):
|
11 |
with st.spinner('Loading The-Surveyor ...'):
|
12 |
+
return Surveyor(print_fn=_print_fn, survey_print_fn=_survey_print_fn, high_gpu=True)
|
13 |
|
14 |
|
15 |
def run_survey(surveyor, download_placeholder, research_keywords=None, arxiv_ids=None, max_search=None, num_papers=None):
|