chore: remove requirements.txt and clean up code

This commit is contained in:
2024-07-23 11:59:08 +01:00
parent 4f6b0c2bd4
commit 7f8f5268ec
2 changed files with 0 additions and 12 deletions

View File

@@ -14,15 +14,6 @@ t = None
# websocket connection to the inference server
ws = None
prompts = [
"gentle, calming lo-fi beats that helps with studying and focusing",
"calm, piano lo-fi beats to help with studying and focusing",
"gentle lo-fi hip-hop to relax to",
"gentle, quiet synthwave lo-fi beats",
"morning lo-fi beats",
]
@asynccontextmanager
async def lifespan(app: FastAPI):
global ws