Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ def process_pdfs_and_generate_question_paper(uploaded_files, name, number_of_sec
|
|
| 86 |
],
|
| 87 |
}
|
| 88 |
],
|
| 89 |
-
model="llama-
|
| 90 |
)
|
| 91 |
|
| 92 |
# Append the OCR result for this page to the full result
|
|
|
|
| 86 |
],
|
| 87 |
}
|
| 88 |
],
|
| 89 |
+
model="meta-llama/llama-4-scout-17b-16e-instruct", # Use the appropriate vision model
|
| 90 |
)
|
| 91 |
|
| 92 |
# Append the OCR result for this page to the full result
|