rrg92 commited on
Commit
70ae5b5
·
1 Parent(s): 7145509

Changed token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ async def openai_embeddings(request: Request):
31
  SpacePath = body['model']
32
 
33
  print("Creating client...");
34
- SpaceClient = Client(SpacePath, hf_token = BearerToken)
35
 
36
 
37
  if not apiName:
 
31
  SpacePath = body['model']
32
 
33
  print("Creating client...");
34
+ SpaceClient = Client(SpacePath, token = BearerToken)
35
 
36
 
37
  if not apiName: