fantaxy commited on
Commit
8ccc8b9
·
verified ·
1 Parent(s): b725215

Update app.py

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