yashxx07 commited on
Commit
592954f
·
verified ·
1 Parent(s): 453fb62

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -107,7 +107,7 @@ async def root(item: Item):
107
 
108
  token = os.environ.get("huggingface_token")
109
  if token:
110
- print("flag")
111
  API_URL = "https://api-inference.huggingface.co/models/facebook/bart-large-cnn"
112
  headers = {'Authorization': token}
113
 
 
107
 
108
  token = os.environ.get("huggingface_token")
109
  if token:
110
+ print(token)
111
  API_URL = "https://api-inference.huggingface.co/models/facebook/bart-large-cnn"
112
  headers = {'Authorization': token}
113