Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ app = gr.Interface(
|
|
| 44 |
gr.Slider(label="Number of Waveforms", minimum=1, maximum=5, step=1, value=1)
|
| 45 |
],
|
| 46 |
outputs=gr.Audio(label="Generated Sound"),
|
| 47 |
-
title="StableAudio Text-to-
|
| 48 |
description="Generate high-quality audio from text using StableAudio."
|
| 49 |
)
|
| 50 |
|
|
|
|
| 44 |
gr.Slider(label="Number of Waveforms", minimum=1, maximum=5, step=1, value=1)
|
| 45 |
],
|
| 46 |
outputs=gr.Audio(label="Generated Sound"),
|
| 47 |
+
title="StableAudio Text-to-Audio Generator",
|
| 48 |
description="Generate high-quality audio from text using StableAudio."
|
| 49 |
)
|
| 50 |
|