Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,6 @@ from bs4 import BeautifulSoup
|
|
| 12 |
from fastapi import FastAPI, Depends, HTTPException, Header
|
| 13 |
from fastapi.responses import JSONResponse
|
| 14 |
|
| 15 |
-
|
| 16 |
from utils.DocsLoader import load_and_chunk
|
| 17 |
from utils.Schemas import RunRequest, RunResponse
|
| 18 |
# from concurrent.futures import ThreadPoolExecutor
|
|
|
|
| 12 |
from fastapi import FastAPI, Depends, HTTPException, Header
|
| 13 |
from fastapi.responses import JSONResponse
|
| 14 |
|
|
|
|
| 15 |
from utils.DocsLoader import load_and_chunk
|
| 16 |
from utils.Schemas import RunRequest, RunResponse
|
| 17 |
# from concurrent.futures import ThreadPoolExecutor
|