himel06 commited on
Commit
4a6fc54
·
verified ·
1 Parent(s): 2c0b4b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from langchain.text_splitter import CharacterTextSplitter
10
  from langchain_huggingface import HuggingFaceEmbeddings
11
 
12
  # Replicate API token
13
- os.environ['REPLICATE_API_TOKEN'] = "Your REPLICATE_API_TOKEN"
14
 
15
  def extract_text_with_pypdf2(file):
16
  reader = PyPDF2.PdfReader(file)
 
10
  from langchain_huggingface import HuggingFaceEmbeddings
11
 
12
  # Replicate API token
13
+ os.environ['REPLICATE_API_TOKEN'] = "r8_TN8tlsE4jjj9WISWhBKx7NqzHLAGwvq3pJOUj" # You need to use your replicate api
14
 
15
  def extract_text_with_pypdf2(file):
16
  reader = PyPDF2.PdfReader(file)