Spaces:
Restarting
Restarting
Update app.py
Browse files
app.py
CHANGED
@@ -92,8 +92,8 @@ 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="
|
96 |
-
description="Generate variable-length stereo audio
|
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 |
+
title="Pixio Audio",
|
96 |
+
description="Generate variable-length stereo audio from text prompts using Pixio Audio 1.0 ."
|
97 |
)
|
98 |
|
99 |
# Pre-load the model to avoid multiprocessing issues
|