Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import uvicorn
|
|
2 |
from fastapi import FastAPI, HTTPException, Request, Depends, BackgroundTasks
|
3 |
from fastapi.responses import HTMLResponse, RedirectResponse
|
4 |
from fastapi.templating import Jinja2Templates
|
5 |
-
from fastapi.security import OAuth2AuthorizationCodeBearer
|
6 |
from google.oauth2 import id_token
|
7 |
from google.auth.transport import requests as grequests
|
8 |
|
|
|
2 |
from fastapi import FastAPI, HTTPException, Request, Depends, BackgroundTasks
|
3 |
from fastapi.responses import HTMLResponse, RedirectResponse
|
4 |
from fastapi.templating import Jinja2Templates
|
5 |
+
from fastapi.security import OAuth2AuthorizationCodeBearer
|
6 |
from google.oauth2 import id_token
|
7 |
from google.auth.transport import requests as grequests
|
8 |
|