RAHMAN00700 commited on
Commit
433b7e8
·
unverified ·
1 Parent(s): 0e658fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from reportlab.lib.styles import getSampleStyleSheet
11
 
12
  # Initialize Hugging Face Inference Client with Mistral-7B
13
  client = InferenceClient(
14
- model="mistralai/Mistral-7B-Instruct",
15
  token=os.getenv("HF_TOKEN"))
16
 
17
  # Function to extract text from PDF
 
11
 
12
  # Initialize Hugging Face Inference Client with Mistral-7B
13
  client = InferenceClient(
14
+ model="meta-llama/Meta-Llama-3-8B-Instruct",
15
  token=os.getenv("HF_TOKEN"))
16
 
17
  # Function to extract text from PDF