focusit commited on
Commit
d954a47
·
1 Parent(s): 2b88f29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ API_URL = "https://api-inference.huggingface.co/models/google/flan-t5-xl"
10
  headers = {"Authorization": auth}
11
 
12
  #Replace XXXX with the values you get from __Secure-1PSID
13
- os.environ['_BARD_API_KEY']="YgjksaVw8UQahn8uKwL3Zve_98YtnUIePVY16j7d8Z3y-tXYrUIp0nb3NLn0bD85tBumCA."
14
 
15
 
16
 
 
10
  headers = {"Authorization": auth}
11
 
12
  #Replace XXXX with the values you get from __Secure-1PSID
13
+ os.environ['_BARD_API_KEY']="YQjBGmAPwuH18OslktGRMs3XDGJ8DFlZf4ruCDZe3WOG7Ewk8tiZTnsduSHSs7ErGiIsDA."
14
 
15
 
16