Sarath0x8f commited on
Commit
b1b1dc6
·
verified ·
1 Parent(s): f13e951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,7 +3,8 @@ from resume import data
3
  import markdowm as md
4
  import gradio as gr
5
 
6
- client = InferenceClient("meta-llama/Llama-2-7b")
 
7
 
8
  # Chatbot response function with integrated system message
9
  def respond(
 
3
  import markdowm as md
4
  import gradio as gr
5
 
6
+ # client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
7
+ client = InferenceClient("HuggingFaceH4/mistral-7b-sft-beta")
8
 
9
  # Chatbot response function with integrated system message
10
  def respond(