Spaces:
Runtime error
Runtime error
Commit
·
37cc5fa
1
Parent(s):
53bf328
cache main search
Browse files
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,
|