pandora-s commited on
Commit
c140c30
1 Parent(s): efb1933

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -134,8 +134,8 @@ def color_status(api_value, cell_value):
134
  return 'background-color: red'
135
  return ''
136
 
137
- def search_models(query, use_cache = True):
138
- return display_table(query, use_cache)
139
 
140
  description = """
141
  This is a space that retrieves the status of all supported HF LLM Serverless Inference APIs.
 
134
  return 'background-color: red'
135
  return ''
136
 
137
+ def search_models(query, filters = [], use_cache = True):
138
+ return display_table(query, filters, use_cache)
139
 
140
  description = """
141
  This is a space that retrieves the status of all supported HF LLM Serverless Inference APIs.