Spaces:
Sleeping
Sleeping
Commit
·
df749f6
1
Parent(s):
eff6080
refactor login endpoint
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from fastapi import FastAPI, File, UploadFile, HTTPException
|
|
10 |
from pydantic import BaseModel
|
11 |
from fastapi.middleware.cors import CORSMiddleware
|
12 |
from langchain_community.document_loaders import UnstructuredURLLoader
|
13 |
-
|
14 |
from functions import client as supabase
|
15 |
from urllib.parse import urlparse
|
16 |
|
|
|
10 |
from pydantic import BaseModel
|
11 |
from fastapi.middleware.cors import CORSMiddleware
|
12 |
from langchain_community.document_loaders import UnstructuredURLLoader
|
13 |
+
from src.api.speech_api import speech_translator_router
|
14 |
from functions import client as supabase
|
15 |
from urllib.parse import urlparse
|
16 |
|