Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ splittet = False
|
|
74 |
print ("Inf.Client")
|
75 |
#client = InferenceClient("https://api-inference.huggingface.co/models/meta-llama/Llama-2-70b-chat-hf")
|
76 |
#client = InferenceClient("https://ybdhvwle4ksrawzo.eu-west-1.aws.endpoints.huggingface.cloud")
|
77 |
-
|
78 |
|
79 |
##############################################
|
80 |
# tokenizer for generating prompt
|
|
|
74 |
print ("Inf.Client")
|
75 |
#client = InferenceClient("https://api-inference.huggingface.co/models/meta-llama/Llama-2-70b-chat-hf")
|
76 |
#client = InferenceClient("https://ybdhvwle4ksrawzo.eu-west-1.aws.endpoints.huggingface.cloud")
|
77 |
+
client = InferenceClient(model="HuggingFaceH4/zephyr-7b-beta")
|
78 |
|
79 |
##############################################
|
80 |
# tokenizer for generating prompt
|