Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def generate_audio():
|
|
38 |
|
39 |
try:
|
40 |
|
41 |
-
#Load the StableAudio model from Hugging Face Hub
|
42 |
#pipe = StableAudioPipeline.from_pretrained("stabilityai/stable-audio-open-1.0", torch_dtype=torch_dtype)
|
43 |
#pipe = pipe.to(device)
|
44 |
|
|
|
38 |
|
39 |
try:
|
40 |
|
41 |
+
# Load the StableAudio model from Hugging Face Hub
|
42 |
#pipe = StableAudioPipeline.from_pretrained("stabilityai/stable-audio-open-1.0", torch_dtype=torch_dtype)
|
43 |
#pipe = pipe.to(device)
|
44 |
|