Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from huggingface_hub import InferenceClient
|
|
7 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
8 |
"""
|
9 |
client = InferenceClient(
|
10 |
-
"ethicalabs/Kurtis-E1-
|
11 |
api_key=os.environ.get("HF_TOKEN", "") # Read-only inference token (secret)
|
12 |
)
|
13 |
|
|
|
7 |
For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
|
8 |
"""
|
9 |
client = InferenceClient(
|
10 |
+
"ethicalabs/Kurtis-E1.1-Qwen2.5-3B-Instruct",
|
11 |
api_key=os.environ.get("HF_TOKEN", "") # Read-only inference token (secret)
|
12 |
)
|
13 |
|