Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ For more information on `huggingface_hub` Inference API support, please check th
|
|
| 7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 8 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
| 9 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
| 10 |
-
client = InferenceClient("
|
| 11 |
|
| 12 |
|
| 13 |
def respond(
|
|
|
|
| 7 |
#client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
| 8 |
#client = InferenceClient("meta-llama/Llama-3.2-1B-Instruct")
|
| 9 |
#client = InferenceClient("microsoft/Phi-3.5-mini-instruct")
|
| 10 |
+
client = InferenceClient("PleIAs/common_corpus")
|
| 11 |
|
| 12 |
|
| 13 |
def respond(
|