Update app.py
Browse files
app.py
CHANGED
@@ -119,9 +119,9 @@ def gematria_sum(text):
|
|
119 |
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
|
120 |
"""
|
121 |
|
|
|
122 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
123 |
-
client = InferenceClient("
|
124 |
-
#client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
125 |
|
126 |
def respond(
|
127 |
message,
|
@@ -335,4 +335,4 @@ with gr.Blocks(title="Sophia, Torah Codes",css=css,js=js) as app:
|
|
335 |
|
336 |
|
337 |
if __name__ == "__main__":
|
338 |
-
app.launch()
|
|
|
119 |
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
|
120 |
"""
|
121 |
|
122 |
+
#client = InferenceClient("google/gemma-2-2b-it")
|
123 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
124 |
+
client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
|
|
125 |
|
126 |
def respond(
|
127 |
message,
|
|
|
335 |
|
336 |
|
337 |
if __name__ == "__main__":
|
338 |
+
app.launch(share=True)
|