Vageesh1 commited on
Commit
c5ef059
·
1 Parent(s): 052326a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ user_api_key = st.sidebar.text_input(
28
  type="password")
29
 
30
  if user_api_key is not None and user_api_key.strip() != "":
31
- huggingfacehub_api_token = os.environ[user_api_key]
32
 
33
  #setting up the LLM
34
  repo_id = "tiiuae/falcon-7b-instruct"
 
28
  type="password")
29
 
30
  if user_api_key is not None and user_api_key.strip() != "":
31
+ # huggingfacehub_api_token = os.environ[user_api_key]
32
 
33
  #setting up the LLM
34
  repo_id = "tiiuae/falcon-7b-instruct"