Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@ from fastapi import FastAPI, HTTPException,Query,Request
|
|
2 |
import json
|
3 |
from authenticate import get_access_token
|
4 |
import os
|
|
|
|
|
5 |
app = FastAPI()
|
6 |
|
7 |
@app.post("/process_document")
|
|
|
2 |
import json
|
3 |
from authenticate import get_access_token
|
4 |
import os
|
5 |
+
import requests
|
6 |
+
|
7 |
app = FastAPI()
|
8 |
|
9 |
@app.post("/process_document")
|