Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,4 +3,5 @@ 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
|
| 6 |
-
transformers
|
|
|
|
|
|
| 3 |
huggingface_hub # For authentication with Hugging Face Hub
|
| 4 |
soundfile # For saving audio to disk
|
| 5 |
gradio # Gradio UI for Spaces
|
| 6 |
+
transformers
|
| 7 |
+
accelerate
|