Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import soundfile as sf
|
|
| 3 |
from diffusers import StableAudioPipeline
|
| 4 |
import gradio as gr
|
| 5 |
|
|
|
|
| 6 |
# Load the StableAudio pipeline model
|
| 7 |
pipe = StableAudioPipeline.from_pretrained("stabilityai/stable-audio-open-1.0", torch_dtype=torch.float16)
|
| 8 |
pipe = pipe.to("cuda")
|
|
|
|
| 3 |
from diffusers import StableAudioPipeline
|
| 4 |
import gradio as gr
|
| 5 |
|
| 6 |
+
|
| 7 |
# Load the StableAudio pipeline model
|
| 8 |
pipe = StableAudioPipeline.from_pretrained("stabilityai/stable-audio-open-1.0", torch_dtype=torch.float16)
|
| 9 |
pipe = pipe.to("cuda")
|