Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
7 |
import os
|
8 |
|
9 |
hf_token = os.getenv("hf_token")
|
10 |
-
model_id = "
|
11 |
client = InferenceClient(model_id, token=hf_token)
|
12 |
|
13 |
def respond(
|
|
|
7 |
import os
|
8 |
|
9 |
hf_token = os.getenv("hf_token")
|
10 |
+
model_id = "azservice/TestLogica-Llama-3.2-3B-Instruct"
|
11 |
client = InferenceClient(model_id, token=hf_token)
|
12 |
|
13 |
def respond(
|