Omkar008 commited on
Commit
956f6b8
·
verified ·
1 Parent(s): 5078916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ async def process_document_base64(request: Request):
24
  }
25
  }
26
 
27
- access_token = get_access_token()
28
  print("printing access_token")
29
  print(access_token)
30
 
 
24
  }
25
  }
26
 
27
+ access_token = get_access_token_v1()
28
  print("printing access_token")
29
  print(access_token)
30