Spaces:
Runtime error
Runtime error
Commit ·
df9828e
1
Parent(s): 9381e32
Update main.py
Browse files
main.py
CHANGED
|
@@ -1,11 +1,4 @@
|
|
| 1 |
-
from fastapi.openapi.
|
| 2 |
-
from fastapi.openapi.models import OAuthFlowAuthorizationCode as OAuthFlowAuthorizationCodeModel
|
| 3 |
-
from fastapi.openapi.models import OAuthFlowAuthorizationCode as OAuthFlowAuthorizationCodeModel
|
| 4 |
-
from fastapi.openapi.models import OAuthFlowsAuthorizationCode
|
| 5 |
-
from fastapi.openapi.models import OAuthFlowAuthorizationCode as OAuthFlowAuthorizationCodeModel
|
| 6 |
-
from fastapi.openapi.models import OAuthFlowAuthorizationCode as OAuthFlowAuthorizationCodeModel
|
| 7 |
-
from fastapi.openapi.models import OAuthFlowAuthorizationCode
|
| 8 |
-
from fastapi.openapi.models import OAuthFlowsAuthorizationCode
|
| 9 |
from fastapi import FastAPI
|
| 10 |
from pydantic import BaseModel
|
| 11 |
import joblib
|
|
|
|
| 1 |
+
from fastapi.openapi.docs import get_swagger_ui_html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
from fastapi import FastAPI
|
| 3 |
from pydantic import BaseModel
|
| 4 |
import joblib
|