pandora-s commited on
Commit
c7cdd2e
·
verified ·
1 Parent(s): e4d88e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ This is a space that retrieves the status of all supported HF LLM Serverless Inf
133
  *Updates every 2 hours!*
134
 
135
  If you are a student or you just want to quickly see what models are available to experiment for free, you are most likely highly interested on the free API huggingface provides... but like me, you struggle to find what models are available or not!
136
- This is why I made this space that every 2 hours checks and updates the status of the list of LLMs that are in theory supported by retrieving the list in `InferenceClient().list_deployed_models("text-generation-inference")['text-generation']`.
137
 
138
  So all you need is to plug:
139
  ```py
 
133
  *Updates every 2 hours!*
134
 
135
  If you are a student or you just want to quickly see what models are available to experiment for free, you are most likely highly interested on the free API huggingface provides... but like me, you struggle to find what models are available or not!
136
+ This is why I made this space that every 2 hours checks and updates the status of the list of LLMs that are in theory supported by retrieving the list in `InferenceClient().list_deployed_models()`.
137
 
138
  So all you need is to plug:
139
  ```py