Xolkin commited on
Commit
c456b88
·
verified ·
1 Parent(s): a5420d7

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("gpt-3.5-turbo")
6
 
7
  def respond(
8
  message,
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # Подключаем другую модель
5
+ client = InferenceClient("deepseek-ai/DeepSeek-Prover-V2-7B")
6
 
7
  def respond(
8
  message,