diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 1f7b3a9..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -audiocraft==1.3.0 -fastapi==0.111.1 -torchaudio==2.1.0 diff --git a/server.py b/server.py index 12222ce..b52353d 100644 --- a/server.py +++ b/server.py @@ -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