Baskar2005 commited on
Commit
670efae
·
verified ·
1 Parent(s): 334480b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ from langchain.chains import LLMSummarizationCheckerChain
11
 
12
 
13
  huggingface_key = os.getenv('HUGGINGFACE_KEY')
 
14
  login(huggingface_key) # Huggingface api token
15
 
16
  # Configure logging
 
11
 
12
 
13
  huggingface_key = os.getenv('HUGGINGFACE_KEY')
14
+ print(huggingface_key)
15
  login(huggingface_key) # Huggingface api token
16
 
17
  # Configure logging