stardate69 commited on
Commit
d3fbc6f
Β·
verified Β·
1 Parent(s): fb63790

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -0
requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ torch # PyTorch library (make sure the default version works)
2
+ diffusers # Stable Diffusion + Stable Audio library
3
+ huggingface_hub # For authentication with Hugging Face Hub
4
+ soundfile # For saving audio to disk
5
+ gradio # Gradio UI for Spaces