Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,9 @@ from huggingface_hub import InferenceClient
|
|
4 |
"""
|
5 |
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
|
6 |
"""
|
7 |
-
|
|
|
|
|
8 |
# client = InferenceClient("ruslandev/llama-3-8b-gpt-4o-ru1.0") X
|
9 |
# client = InferenceClient("sambanovasystems/SambaLingo-Russian-Chat") X
|
10 |
# client = InferenceClient("timpal0l/mdeberta-v3-base-squad2") X
|
|
|
4 |
"""
|
5 |
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
|
6 |
"""
|
7 |
+
|
8 |
+
client = InferenceClient("AndrewChar/diplom-prod-epoch-4-datast-sber-QA")
|
9 |
+
# client = InferenceClient("AlexKay/xlm-roberta-large-qa-multilingual-finedtuned-ru") X
|
10 |
# client = InferenceClient("ruslandev/llama-3-8b-gpt-4o-ru1.0") X
|
11 |
# client = InferenceClient("sambanovasystems/SambaLingo-Russian-Chat") X
|
12 |
# client = InferenceClient("timpal0l/mdeberta-v3-base-squad2") X
|