MA commited on
Commit
4e62fc4
Β·
1 Parent(s): a65104d

fix: add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # ── Web framework ─────────────────────────────────────────────────────────────
2
+ flask>=2.3.0
3
+
4
+ # ── AI / Audio ────────────────────────────────────────────────────────────────
5
+ # audiocraft pulls in torch, torchaudio, transformers, einops, etc. as deps.
6
+ # In the Dockerfile, torch is installed first with the CPU wheel index URL
7
+ # so that line here is intentionally omitted (Docker handles it).
8
+ audiocraft
9
+
10
+ # ── Local dev only ────────────────────────────────────────────────────────────
11
+ # Uncomment when running locally without Docker:
12
+ # torch
13
+ # torchaudio