Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
117 |
"""
|
118 |
|
119 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
120 |
-
client = InferenceClient("
|
121 |
#client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
122 |
|
123 |
def respond(
|
|
|
117 |
"""
|
118 |
|
119 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
120 |
+
client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
121 |
#client = InferenceClient("meta-llama/Llama-3.1-8B-Instruct")
|
122 |
|
123 |
def respond(
|