kaitwithkwk commited on
Commit
48fc351
·
verified ·
1 Parent(s): 320b40c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- client = InferenceClient("microsoft/phi-4")
5
 
6
  def respond(message, history):
7
 
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("Qwen/Qwen2.5-7B-Instruct")
5
 
6
  def respond(message, history):
7