bentobytes commited on
Commit
7326c38
·
1 Parent(s): e55082e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ if credentials_json is None:
11
  print("Error: Please set the CREDENTIALS")
12
  else:
13
  credentials = json.loads(credentials_json)
14
- gr.load(name="spaces/bentobytes/LawGPT", HF_TOKEN=HF_TOKEN).launch(auth=credentials)
15
 
16
 
17
  # client = Client("bentobytes/LawGPT", hf_token=HF_TOKEN)
 
11
  print("Error: Please set the CREDENTIALS")
12
  else:
13
  credentials = json.loads(credentials_json)
14
+ gr.load(name="spaces/bentobytes/LawGPT", api_key=HF_TOKEN).launch(auth=credentials)
15
 
16
 
17
  # client = Client("bentobytes/LawGPT", hf_token=HF_TOKEN)