aashnaj commited on
Commit
9d33788
·
verified ·
1 Parent(s): f661086
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("HuggingFaceH4/zephyr-7b-beta")
5
 
6
  def respond(message, history):
7
  messages=[{"role":"system", "content": "You are a friendly chatbot"}]
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
5
 
6
  def respond(message, history):
7
  messages=[{"role":"system", "content": "You are a friendly chatbot"}]