Spaces:
Runtime error
Runtime error
ahmadalfakeh
commited on
Commit
•
7d335cb
1
Parent(s):
319bc7d
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import spaces
|
|
4 |
"""
|
5 |
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
|
6 |
"""
|
7 |
-
client = InferenceClient("meta-llama/Meta-Llama-3-
|
8 |
|
9 |
@spaces.GPU()
|
10 |
def respond(
|
|
|
4 |
"""
|
5 |
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
|
6 |
"""
|
7 |
+
client = InferenceClient("meta-llama/Meta-Llama-3.1-405B")
|
8 |
|
9 |
@spaces.GPU()
|
10 |
def respond(
|