lambda-workstation commited on
Commit
d47e6c4
·
1 Parent(s): 27f845b

Fix: Install sam-audio from GitHub instead of PyPI

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -7
requirements.txt CHANGED
@@ -3,17 +3,12 @@
3
  # For ZeroGPU Deployment
4
  # ================================================
5
 
6
- # Gradio SDK (required for ZeroGPU)
7
- gradio>=4.44.0
8
- spaces>=0.28.0
9
-
10
  # PyTorch (ZeroGPU provides CUDA runtime)
11
  torch>=2.1.0
12
  torchaudio>=2.1.0
13
 
14
- # SAM Audio - Audio Separation Model
15
- # Note: This will install from PyPI or HuggingFace
16
- sam-audio
17
 
18
  # Hugging Face Hub for model access
19
  huggingface_hub>=0.20.0
 
3
  # For ZeroGPU Deployment
4
  # ================================================
5
 
 
 
 
 
6
  # PyTorch (ZeroGPU provides CUDA runtime)
7
  torch>=2.1.0
8
  torchaudio>=2.1.0
9
 
10
+ # SAM Audio - Install from GitHub
11
+ git+https://github.com/facebookresearch/sam-audio.git
 
12
 
13
  # Hugging Face Hub for model access
14
  huggingface_hub>=0.20.0