tonybur commited on
Commit
cb4b66a
·
verified ·
1 Parent(s): 82825fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
  # Используем русскоязычную модель
5
- client = InferenceClient("bartowski/Mistral-Small-24B-Instruct-2501-GGUF")
6
 
7
  def respond(
8
  message,
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Используем русскоязычную модель
5
+ client = InferenceClient("mistralai/Mistral-Small-24B-Instruct-2501")
6
 
7
  def respond(
8
  message,