Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -268,7 +268,7 @@ input_text = gr.Textbox(lines=2, label="Prompt")
|
|
268 |
output_format = gr.Radio(label = "Output format", info = "The file you can dowload", choices = ["mp3", "wav"], value = "wav")
|
269 |
output_audio = gr.Audio(label="Generated Audio", type="filepath")
|
270 |
denoising_steps = gr.Slider(minimum=100, maximum=200, value=200, step=1, label="Steps", interactive=True)
|
271 |
-
guidance_scale = gr.Slider(minimum=1, maximum=10, value=
|
272 |
|
273 |
css = """
|
274 |
footer {
|
@@ -289,6 +289,7 @@ gr_interface = gr.Interface(
|
|
289 |
["Clear sound of bicycle tires crunching on loose gravel and dirt, followed by deep male laughter echoing"],
|
290 |
["Multiple ducks quacking loudly with splashing water and piercing wild animal shriek in background"],
|
291 |
["Powerful ocean waves crashing and receding on sandy beach with distant seagulls"],
|
|
|
292 |
["Gentle female voice cooing and baby responding with happy gurgles and giggles"],
|
293 |
["Clear male voice speaking, sharp popping sound, followed by genuine group laughter"],
|
294 |
["Stream of water hitting empty ceramic cup, pitch rising as cup fills up"],
|
|
|
268 |
output_format = gr.Radio(label = "Output format", info = "The file you can dowload", choices = ["mp3", "wav"], value = "wav")
|
269 |
output_audio = gr.Audio(label="Generated Audio", type="filepath")
|
270 |
denoising_steps = gr.Slider(minimum=100, maximum=200, value=200, step=1, label="Steps", interactive=True)
|
271 |
+
guidance_scale = gr.Slider(minimum=1, maximum=10, value=8, step=0.1, label="Guidance Scale", interactive=True)
|
272 |
|
273 |
css = """
|
274 |
footer {
|
|
|
289 |
["Clear sound of bicycle tires crunching on loose gravel and dirt, followed by deep male laughter echoing"],
|
290 |
["Multiple ducks quacking loudly with splashing water and piercing wild animal shriek in background"],
|
291 |
["Powerful ocean waves crashing and receding on sandy beach with distant seagulls"],
|
292 |
+
["기관총 발사 소음"],
|
293 |
["Gentle female voice cooing and baby responding with happy gurgles and giggles"],
|
294 |
["Clear male voice speaking, sharp popping sound, followed by genuine group laughter"],
|
295 |
["Stream of water hitting empty ceramic cup, pitch rising as cup fills up"],
|