Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ print(os.getenv('hf_token'))
|
|
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 |
-
"
|
11 |
token=os.getenv('hf_token'),
|
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 |
+
"microsoft/Phi-3-mini-4k-instruct",
|
11 |
token=os.getenv('hf_token'),
|
12 |
)
|
13 |
|