ParthSadaria commited on
Commit
3d6a954
·
verified ·
1 Parent(s): 29bf615

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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