Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,8 +23,6 @@ from langchain.document_loaders import PyMuPDFLoader
|
|
23 |
file_id = "12cvKg19CJf-wt98q5sPJctjp5fW-nsh6"
|
24 |
direct_url = f"https://drive.google.com/uc?export=download&id={file_id}"
|
25 |
|
26 |
-
https://drive.google.com/file/d/12cvKg19CJf-wt98q5sPJctjp5fW-nsh6/view?usp=sharing
|
27 |
-
|
28 |
# Now load the document using the direct URL
|
29 |
docs = PyMuPDFLoader(direct_url).load()
|
30 |
|
|
|
23 |
file_id = "12cvKg19CJf-wt98q5sPJctjp5fW-nsh6"
|
24 |
direct_url = f"https://drive.google.com/uc?export=download&id={file_id}"
|
25 |
|
|
|
|
|
26 |
# Now load the document using the direct URL
|
27 |
docs = PyMuPDFLoader(direct_url).load()
|
28 |
|