Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- 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
|