Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,6 @@ import time
|
|
| 8 |
|
| 9 |
# https://huggingface.co/models?inference=warm&pipeline_tag=text-generation&sort=trending
|
| 10 |
MODEL_IDS = [
|
| 11 |
-
"google/gemma-2b-it",
|
| 12 |
"microsoft/Phi-3-mini-4k-instruct"
|
| 13 |
]
|
| 14 |
CLIENTS = [InferenceClient(model_id, token=os.environ["HF_TOKEN"]) for model_id in MODEL_IDS]
|
|
|
|
| 8 |
|
| 9 |
# https://huggingface.co/models?inference=warm&pipeline_tag=text-generation&sort=trending
|
| 10 |
MODEL_IDS = [
|
|
|
|
| 11 |
"microsoft/Phi-3-mini-4k-instruct"
|
| 12 |
]
|
| 13 |
CLIENTS = [InferenceClient(model_id, token=os.environ["HF_TOKEN"]) for model_id in MODEL_IDS]
|