0ndr3 commited on
Commit
b399e09
·
verified ·
1 Parent(s): ae6eb91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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
- client = InferenceClient("AlexKay/xlm-roberta-large-qa-multilingual-finedtuned-ru")
 
 
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