Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
13 |
vector_store = None
|
14 |
|
15 |
# Preload and process the PDF document
|
16 |
-
PDF_PATH = "
|
17 |
|
18 |
def preload_pdf():
|
19 |
global vector_store
|
|
|
13 |
vector_store = None
|
14 |
|
15 |
# Preload and process the PDF document
|
16 |
+
PDF_PATH = "generalsymptoms.pdf" # Path to the pre-defined PDF document
|
17 |
|
18 |
def preload_pdf():
|
19 |
global vector_store
|