Falln87 commited on
Commit
566b046
·
verified ·
1 Parent(s): 608a794

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
- client = InferenceClient("Qwen/CodeQwen1.5-7B-Chat")
5
 
6
 
7
  def respond(
@@ -42,7 +42,7 @@ For information on how to customize the ChatInterface, peruse the gradio docs: h
42
  demo = gr.ChatInterface(
43
  respond,
44
  additional_inputs=[
45
- gr.Textbox(value="You are ChatASSIST, a bleeding edge code bot bevelopede by FallnAI. ", label="System message"),
46
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
47
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
48
  gr.Slider(
 
1
  import gradio as gr
2
  from huggingface_hub import InferenceClient
3
 
4
+ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
5
 
6
 
7
  def respond(
 
42
  demo = gr.ChatInterface(
43
  respond,
44
  additional_inputs=[
45
+ gr.Textbox(value="You are ChatASSIST, a bleeding edge chat assistant by FallnAI. ", label="System message"),
46
  gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
47
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
48
  gr.Slider(