ALVHB95 commited on
Commit
fec481f
·
verified ·
1 Parent(s): 9aab6a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ image_gradio_app = gr.Interface(
52
 
53
  # Cell 2: Chatbot Model
54
 
55
- loader = PyPDFDirectoryLoader(r"TFM_DataScience_APP\pdfs")
56
  data=loader.load()
57
  # split documents
58
  text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=150)
 
52
 
53
  # Cell 2: Chatbot Model
54
 
55
+ loader = PyPDFDirectoryLoader('ALVHB95/TFM_DataScience_APP')
56
  data=loader.load()
57
  # split documents
58
  text_splitter = RecursiveCharacterTextSplitter(chunk_size=1000, chunk_overlap=150)