vericudebuget commited on
Commit
a8853fa
·
verified ·
1 Parent(s): 02d5813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ from huggingface_hub import InferenceClient
2
  import gradio as gr
3
 
4
  # Initialize the InferenceClient
5
- client = InferenceClient("tiiuae/falcon-180B")
6
 
7
  def format_prompt(message, history):
8
  prompt = "<s>"
 
2
  import gradio as gr
3
 
4
  # Initialize the InferenceClient
5
+ client = InferenceClient("tiiuae/falcon-180B-chat")
6
 
7
  def format_prompt(message, history):
8
  prompt = "<s>"