Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,11 +4,8 @@ from llama_cpp import Llama
|
|
4 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
5 |
import uvicorn
|
6 |
import re
|
7 |
-
from dotenv import load_dotenv
|
8 |
from spaces import GPU
|
9 |
|
10 |
-
load_dotenv()
|
11 |
-
|
12 |
app = FastAPI()
|
13 |
|
14 |
global_data = {
|
|
|
4 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
5 |
import uvicorn
|
6 |
import re
|
|
|
7 |
from spaces import GPU
|
8 |
|
|
|
|
|
9 |
app = FastAPI()
|
10 |
|
11 |
global_data = {
|