habeebb5 commited on
Commit
3842626
·
1 Parent(s): b1ec0a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
- import gradio as gr
2
 
3
  pip install langchain[all]
4
  import os
5
- os.environ["HUGGINGFACEHUB_API_TOKEN"] = "xxxxxxxxxxxxxxxxxxx"
6
  from langchain import PromptTemplate, HuggingFaceHub, LLMChain
7
  template = """Question: {question}
8
 
 
1
+ # import gradio as gr
2
 
3
  pip install langchain[all]
4
  import os
5
+ os.environ["HUGGINGFACEHUB_API_TOKEN"] = "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"
6
  from langchain import PromptTemplate, HuggingFaceHub, LLMChain
7
  template = """Question: {question}
8