Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,9 +43,9 @@ def main():
|
|
43 |
vector_store = PDF_4_QA(save_path)
|
44 |
QA_Bot(vector_store,api_input)
|
45 |
|
46 |
-
else:
|
47 |
-
vector_store = PDF_4_QA("docs/SamarthTandon_cv_2.pdf")
|
48 |
-
QA_Bot(vector_store,api_input)
|
49 |
|
50 |
if __name__ == '__main__':
|
51 |
main()
|
|
|
43 |
vector_store = PDF_4_QA(save_path)
|
44 |
QA_Bot(vector_store,api_input)
|
45 |
|
46 |
+
# else:
|
47 |
+
# vector_store = PDF_4_QA("docs/SamarthTandon_cv_2.pdf")
|
48 |
+
# QA_Bot(vector_store,api_input)
|
49 |
|
50 |
if __name__ == '__main__':
|
51 |
main()
|