ubermenchh commited on
Commit
a6727f5
1 Parent(s): ffc4a0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get('HF_READ_TOKEN', None)
10
 
11
  client = Client(
12
  API_URL,
13
- headers={'Authorization': f"Bearer {HF_TOKEN}"
14
  )
15
  EOS_STRING = "</s>"
16
  EOT_STRING = "<EOT>"
 
10
 
11
  client = Client(
12
  API_URL,
13
+ headers={'Authorization': f"Bearer {HF_TOKEN}"}
14
  )
15
  EOS_STRING = "</s>"
16
  EOT_STRING = "<EOT>"