Spaces:
Paused
Paused
fix
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ def get_pipeline():
|
|
| 19 |
global _pipe
|
| 20 |
if _pipe is None:
|
| 21 |
_pipe = AudioLDM2Pipeline.from_pretrained(
|
| 22 |
-
"cvssp/audioldm2
|
| 23 |
torch_dtype=torch.float16,
|
| 24 |
revision="0f5395520e81196e2edb657c0ea85aac026b0599"
|
| 25 |
)
|
|
|
|
| 19 |
global _pipe
|
| 20 |
if _pipe is None:
|
| 21 |
_pipe = AudioLDM2Pipeline.from_pretrained(
|
| 22 |
+
"cvssp/audioldm2",
|
| 23 |
torch_dtype=torch.float16,
|
| 24 |
revision="0f5395520e81196e2edb657c0ea85aac026b0599"
|
| 25 |
)
|