Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ interface = gr.Interface(
|
|
50 |
fn=generate_audio,
|
51 |
inputs=gr.Textbox(label="Enter a text prompt to generate audio"),
|
52 |
outputs=gr.File(label="Generated Audio File"),
|
53 |
-
title="
|
54 |
description="Generate audio from a text prompt using Hugging Face StableAudio Pipeline."
|
55 |
)
|
56 |
|
|
|
50 |
fn=generate_audio,
|
51 |
inputs=gr.Textbox(label="Enter a text prompt to generate audio"),
|
52 |
outputs=gr.File(label="Generated Audio File"),
|
53 |
+
title="StableAudioOpen",
|
54 |
description="Generate audio from a text prompt using Hugging Face StableAudio Pipeline."
|
55 |
)
|
56 |
|