Alipapel commited on
Commit
c716947
·
verified ·
1 Parent(s): a2cb9cb

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
  # ایجاد کلاینت برای مدل aya-23-8B
5
- client = InferenceClient("CohereForAI/aya-23-8B")
6
 
7
  def respond(
8
  message,
 
2
  from huggingface_hub import InferenceClient
3
 
4
  # ایجاد کلاینت برای مدل aya-23-8B
5
+ client = InferenceClient("Qwen/Qwen2.5-1.5B")
6
 
7
  def respond(
8
  message,