Devie commited on
Commit
da524b9
1 Parent(s): c5a7677

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ class QA_Localdb:
202
  '''
203
  def QA_model():
204
  # file_path = "/mnt/petrelfs/lvying/LLM/BoMA/data/test/OPUS-DSD.pdf"
205
- file_path = "OPUS-BioLLM-v1/data/test/Interageting-Prior-into-DA.pdf"
206
  # file_path = "/mnt/petrelfs/lvying/LLM/BoMA/data/test/Interageting-Prior-into-DA.pdf"
207
  # file_path = "/mnt/petrelfs/lvying/LLM/BoMA/data/test/"
208
 
 
202
  '''
203
  def QA_model():
204
  # file_path = "/mnt/petrelfs/lvying/LLM/BoMA/data/test/OPUS-DSD.pdf"
205
+ file_path = "doc1.txt"
206
  # file_path = "/mnt/petrelfs/lvying/LLM/BoMA/data/test/Interageting-Prior-into-DA.pdf"
207
  # file_path = "/mnt/petrelfs/lvying/LLM/BoMA/data/test/"
208