tsi-org commited on
Commit
72ff15a
1 Parent(s): b725215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="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
+ 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