ravithejak commited on
Commit
9ed468a
·
verified ·
1 Parent(s): d39b109

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
3
  from langchain_community.llms import HuggingFaceHub
4
 
5
 
6
- os.environ["HUGGINGFACEHUB_API_TOKEN"]="HUGGINGFACEHUB_API_TOKEN"
7
  llm =HuggingFaceHub(repo_id='google/flan-t5-large')
8
 
9
  our_query ="what is india currency"
 
3
  from langchain_community.llms import HuggingFaceHub
4
 
5
 
6
+ os.environ["HUGGINGFACEHUB_API_TOKEN"]
7
  llm =HuggingFaceHub(repo_id='google/flan-t5-large')
8
 
9
  our_query ="what is india currency"