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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -938,7 +938,7 @@ def classify(platform, UserInput, Images, Textbox2, Textbox3):
938
  header = {
939
  "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
940
  "Content-Type": "application/json",
941
- "Authorization": f"Bearer {auth}"
942
  }
943
 
944
  try:
 
938
  header = {
939
  "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36",
940
  "Content-Type": "application/json",
941
+ # "Authorization": f"Bearer {auth}"
942
  }
943
 
944
  try: