fantaxy commited on
Commit
525f06a
1 Parent(s): 2a2a34a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=3, step=0.1, label="Guidance Scale", interactive=True)
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"],