Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
import os
|
2 |
-
from dotenv import load_dotenv
|
3 |
from fastapi import FastAPI, HTTPException, Request
|
4 |
from fastapi.responses import StreamingResponse, HTMLResponse
|
5 |
from pydantic import BaseModel
|
6 |
import httpx
|
7 |
from functools import lru_cache
|
8 |
|
9 |
-
load_dotenv()
|
10 |
|
11 |
app = FastAPI()
|
12 |
|
|
|
1 |
import os
|
2 |
+
#from dotenv import load_dotenv
|
3 |
from fastapi import FastAPI, HTTPException, Request
|
4 |
from fastapi.responses import StreamingResponse, HTMLResponse
|
5 |
from pydantic import BaseModel
|
6 |
import httpx
|
7 |
from functools import lru_cache
|
8 |
|
9 |
+
#load_dotenv()
|
10 |
|
11 |
app = FastAPI()
|
12 |
|