Sarath0x8f commited on
Commit
cd94c88
·
verified ·
1 Parent(s): cce510c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from resume import data
3
  import markdowm as md
4
  import gradio as gr
5
 
6
- client = InferenceClient("meta-llama/Meta-Llama-3.1-8B-Instruct")
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("google/gemma-2-2b-it")
7
 
8
  # Chatbot response function with integrated system message
9
  def respond(