Spaces:
Build error
Build error
Update app.py
Browse filesmeta-llama/Meta-Llama-3.1-70B-Instruct
app.py
CHANGED
|
@@ -21,7 +21,7 @@ def respond_to_question_llama(transcript, question):
|
|
| 21 |
from huggingface_hub import InferenceClient
|
| 22 |
|
| 23 |
client = InferenceClient(
|
| 24 |
-
"meta-llama/Meta-Llama-3.1-
|
| 25 |
token=os.environ["HUGGINGFACEHUB_API_TOKEN"],
|
| 26 |
)
|
| 27 |
|
|
|
|
| 21 |
from huggingface_hub import InferenceClient
|
| 22 |
|
| 23 |
client = InferenceClient(
|
| 24 |
+
"meta-llama/Meta-Llama-3.1-70B-Instruct",
|
| 25 |
token=os.environ["HUGGINGFACEHUB_API_TOKEN"],
|
| 26 |
)
|
| 27 |
|