tommy24 commited on
Commit
69f5a63
·
verified ·
1 Parent(s): a6f923b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -859,7 +859,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
859
  }
860
  )
861
  headers = {
862
- 'Authorization': f'Bearer {auth}',
863
  'User-Agent': 'Apifox/1.0.0 (https://apifox.com)',
864
  'Content-Type': 'application/json'
865
  }
 
859
  }
860
  )
861
  headers = {
862
+ 'Authorization': f'Bearer {auth2}',
863
  'User-Agent': 'Apifox/1.0.0 (https://apifox.com)',
864
  'Content-Type': 'application/json'
865
  }