Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gc
|
|
3 |
import io
|
4 |
from llama_cpp import Llama
|
5 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
6 |
-
from fastapi import FastAPI, Request, HTTPException
|
7 |
from fastapi.responses import JSONResponse
|
8 |
from tqdm import tqdm
|
9 |
from dotenv import load_dotenv
|
|
|
3 |
import io
|
4 |
from llama_cpp import Llama
|
5 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
6 |
+
from fastapi import FastAPI, Request, HTTPException
|
7 |
from fastapi.responses import JSONResponse
|
8 |
from tqdm import tqdm
|
9 |
from dotenv import load_dotenv
|