Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Commit
•
adda04a
1
Parent(s):
089fbfd
Update app.py
Browse files
app.py
CHANGED
@@ -116,8 +116,9 @@ def gematria_sum(text):
|
|
116 |
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
|
117 |
"""
|
118 |
|
119 |
-
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
120 |
|
|
|
121 |
|
122 |
def respond(
|
123 |
message,
|
|
|
116 |
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
|
117 |
"""
|
118 |
|
119 |
+
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
120 |
|
121 |
+
client = InferenceClient("google/gemma-7b")
|
122 |
|
123 |
def respond(
|
124 |
message,
|