davanstrien HF staff commited on
Commit
37cc5fa
·
1 Parent(s): 53bf328

cache main search

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -481,7 +481,7 @@ def get_result_card_snippet(result):
481
  result["text"] = "Could not load model card"
482
  return result
483
 
484
-
485
  def _search_hub(
486
  query: str,
487
  min_score: Optional[int] = None,
 
481
  result["text"] = "Could not load model card"
482
  return result
483
 
484
+ @cached(cache)
485
  def _search_hub(
486
  query: str,
487
  min_score: Optional[int] = None,