Spaces:
Running
on
Zero
Running
on
Zero
stable
Browse files- app.py +2 -2
- requirements.txt +1 -1
- try_t5.pt +0 -3
app.py
CHANGED
@@ -7,8 +7,8 @@ import os
|
|
7 |
import uuid
|
8 |
|
9 |
# Importing the model-related functions
|
10 |
-
from stable_audio_tools import get_pretrained_model
|
11 |
-
from stable_audio_tools.inference.generation import generate_diffusion_cond
|
12 |
|
13 |
# Load the model outside of the GPU-decorated function
|
14 |
def load_model():
|
|
|
7 |
import uuid
|
8 |
|
9 |
# Importing the model-related functions
|
10 |
+
from stable.stable_audio_tools import get_pretrained_model
|
11 |
+
from stable.stable_audio_tools.inference.generation import generate_diffusion_cond
|
12 |
|
13 |
# Load the model outside of the GPU-decorated function
|
14 |
def load_model():
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
torch==2.0.1
|
2 |
-
|
|
|
1 |
torch==2.0.1
|
2 |
+
stable-audio-open
|
try_t5.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:ba8701a707aca5a8b191c72faa8f5eb1bb17036801db2be8cd748dfe9ce72e37
|
3 |
-
size 1365042781
|
|
|
|
|
|
|
|