Colby commited on
Commit
857b70a
·
verified ·
1 Parent(s): adca78b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ parameters = {
91
  "top_k": 50,
92
  "repetition_penalty": 1.1
93
  }
94
- headers = "Bearer " + os.environ['HF_TOKEN']
95
 
96
  def merlin_chat(message, history):
97
  chat_text = ""
 
91
  "top_k": 50,
92
  "repetition_penalty": 1.1
93
  }
94
+ headers = {"Authorization": "Bearer " + os.environ['HF_TOKEN']}
95
 
96
  def merlin_chat(message, history):
97
  chat_text = ""