alpdk1394 commited on
Commit
89d5d70
·
verified ·
1 Parent(s): 34112e1

Try prev client

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,7 +75,8 @@
75
  from huggingface_hub import InferenceClient
76
  import gradio as gr
77
 
78
- client = InferenceClient("meta-llama/Meta-Llama-3-8B")
 
79
 
80
  def respond(
81
  message,
 
75
  from huggingface_hub import InferenceClient
76
  import gradio as gr
77
 
78
+ # client = InferenceClient("meta-llama/Meta-Llama-3-8B")
79
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
80
 
81
  def respond(
82
  message,