pdx97 commited on
Commit
19786b4
·
verified ·
1 Parent(s): 34d5e78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -36,9 +36,6 @@ def fetch_latest_arxiv_papers(keywords: list, num_results: int = 1) -> list:
36
  print(f"ERROR: {str(e)}") # Debug errors
37
  return [f"Error fetching research papers: {str(e)}"]]
38
 
39
- except Exception as e:
40
- print(f"ERROR: {str(e)}") # Debug errors
41
- return [f"Error fetching research papers: {str(e)}"]
42
 
43
 
44
  model = HfApiModel(
 
36
  print(f"ERROR: {str(e)}") # Debug errors
37
  return [f"Error fetching research papers: {str(e)}"]]
38
 
 
 
 
39
 
40
 
41
  model = HfApiModel(