Spaces:
Runtime error
Runtime error
Mikhil-jivus
commited on
Commit
•
5af5566
1
Parent(s):
c994f1f
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 |
"""
|
8 |
|
9 |
access_token = os.getenv('HF_TOKEN')
|
10 |
-
client = InferenceClient("Mikhil-jivus/Llama-32-3B-FineTuned",
|
11 |
|
12 |
|
13 |
def respond(
|
|
|
7 |
"""
|
8 |
|
9 |
access_token = os.getenv('HF_TOKEN')
|
10 |
+
client = InferenceClient("Mikhil-jivus/Llama-32-3B-FineTuned",token = access_token)
|
11 |
|
12 |
|
13 |
def respond(
|