ahmadmac commited on
Commit
a9e9652
·
verified ·
1 Parent(s): 2e85341

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,10 +3,10 @@ from langchain import PromptTemplate, LLMChain
3
  from langchain_huggingface import HuggingFacePipeline, HuggingFaceEndpoint
4
  from transformers import pipeline
5
  import os
6
- from google.colab import userdata
7
 
8
  # Authenticate with Hugging Face
9
- os.environ["HUGGINGFACEHUB_API_TOKEN"] = userdata.get('huggingface')
10
 
11
  # Load the LLM
12
  pipe = pipeline(
 
3
  from langchain_huggingface import HuggingFacePipeline, HuggingFaceEndpoint
4
  from transformers import pipeline
5
  import os
6
+
7
 
8
  # Authenticate with Hugging Face
9
+ os.environ["HUGGINGFACEHUB_API_TOKEN"]
10
 
11
  # Load the LLM
12
  pipe = pipeline(