Spaces:
Build error
Build error
Update app.py
Browse files
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="
|
| 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
|