Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -92,8 +92,6 @@ interface = gr.Interface(
|
|
92 |
gr.Slider(1, 15, value=7, step=0.1, label="CFG Scale")
|
93 |
],
|
94 |
outputs=gr.Audio(type="filepath", label="Generated Audio"),
|
95 |
-
title="Stable Audio Generator",
|
96 |
-
description="Generate variable-length stereo audio at 44.1kHz from text prompts using Stable Audio Open 1.0."
|
97 |
)
|
98 |
|
99 |
# Pre-load the model to avoid multiprocessing issues
|
|
|
92 |
gr.Slider(1, 15, value=7, step=0.1, label="CFG Scale")
|
93 |
],
|
94 |
outputs=gr.Audio(type="filepath", label="Generated Audio"),
|
|
|
|
|
95 |
)
|
96 |
|
97 |
# Pre-load the model to avoid multiprocessing issues
|