Spaces:
Runtime error
Runtime error
[Admin maintenance] Support new ZeroGPU hardware
Browse files
README.md
CHANGED
|
@@ -6,14 +6,14 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.14.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: other
|
| 11 |
short_description: Text-to-audio with SA3 Medium / Small Music / Small SFX.
|
| 12 |
suggested_hardware: zero-a10g
|
| 13 |
models:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
---
|
| 18 |
|
| 19 |
# Stable Audio 3
|
|
@@ -22,4 +22,4 @@ ZeroGPU demo of the [Stable Audio 3](https://huggingface.co/stabilityai) family.
|
|
| 22 |
|
| 23 |
- [`stable-audio-3-medium`](https://huggingface.co/stabilityai/stable-audio-3-medium) — general audio (largest).
|
| 24 |
- [`stable-audio-3-small-music`](https://huggingface.co/stabilityai/stable-audio-3-small-music) — 0.6B, music-focused.
|
| 25 |
-
- [`stable-audio-3-small-sfx`](https://huggingface.co/stabilityai/stable-audio-3-small-sfx) — 0.6B, sound effects.
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.14.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: other
|
| 11 |
short_description: Text-to-audio with SA3 Medium / Small Music / Small SFX.
|
| 12 |
suggested_hardware: zero-a10g
|
| 13 |
models:
|
| 14 |
+
- stabilityai/stable-audio-3-medium
|
| 15 |
+
- stabilityai/stable-audio-3-small-music
|
| 16 |
+
- stabilityai/stable-audio-3-small-sfx
|
| 17 |
---
|
| 18 |
|
| 19 |
# Stable Audio 3
|
|
|
|
| 22 |
|
| 23 |
- [`stable-audio-3-medium`](https://huggingface.co/stabilityai/stable-audio-3-medium) — general audio (largest).
|
| 24 |
- [`stable-audio-3-small-music`](https://huggingface.co/stabilityai/stable-audio-3-small-music) — 0.6B, music-focused.
|
| 25 |
+
- [`stable-audio-3-small-sfx`](https://huggingface.co/stabilityai/stable-audio-3-small-sfx) — 0.6B, sound effects.
|