Andreas99 commited on
Commit
1879bb9
·
verified ·
1 Parent(s): 1f57c18

Update src/litbench_pipeline.py

Browse files
Files changed (1) hide show
  1. src/litbench_pipeline.py +1 -1
src/litbench_pipeline.py CHANGED
@@ -64,7 +64,7 @@ def update_button_styles(selected_task):
64
  """Update button styles based on selection."""
65
  return [gr.update(variant="primary" if selected_task == prompt else "secondary") for prompt in task_list]
66
 
67
- @spaces.CPU
68
  # Fetch and store arXiv source files
69
  def fetch_arxiv_papers(papers_to_download):
70
  # Download the arXiv metadata file if it doesn't exist
 
64
  """Update button styles based on selection."""
65
  return [gr.update(variant="primary" if selected_task == prompt else "secondary") for prompt in task_list]
66
 
67
+
68
  # Fetch and store arXiv source files
69
  def fetch_arxiv_papers(papers_to_download):
70
  # Download the arXiv metadata file if it doesn't exist