Spaces:
Runtime error
Runtime error
Robert Jones
commited on
Commit
·
e9c8364
1
Parent(s):
8409548
Force full rebuild with comprehensive dependencies
Browse files- app.py +1 -1
- requirements.txt +7 -3
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# SongBloom
|
| 2 |
import gradio as gr
|
| 3 |
import gradio as gr
|
| 4 |
import json
|
|
|
|
| 1 |
+
# SongBloom v3 - Full dependencies rebuild
|
| 2 |
import gradio as gr
|
| 3 |
import gradio as gr
|
| 4 |
import json
|
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
torch
|
| 3 |
-
torchaudio
|
| 4 |
huggingface_hub
|
| 5 |
omegaconf
|
| 6 |
lightning
|
|
@@ -13,3 +13,7 @@ accelerate
|
|
| 13 |
diffusers
|
| 14 |
spacy
|
| 15 |
numba
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
torch>=2.0.0
|
| 3 |
+
torchaudio>=2.0.0
|
| 4 |
huggingface_hub
|
| 5 |
omegaconf
|
| 6 |
lightning
|
|
|
|
| 13 |
diffusers
|
| 14 |
spacy
|
| 15 |
numba
|
| 16 |
+
nltk
|
| 17 |
+
scipy
|
| 18 |
+
scikit-learn
|
| 19 |
+
matplotlib
|