fffiloni commited on
Commit
5eb9bd5
1 Parent(s): b89ea66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -127,7 +127,7 @@ def get_audioldm(prompt):
127
  prompt, # str in 'Input text' Textbox component
128
  "Low quality.", # str in 'Negative prompt' Textbox component
129
  10, # int | float (numeric value between 5 and 15) in 'Duration (seconds)' Slider component
130
- 3.5, # int | float (numeric value between 0 and 7) in 'Guidance scale' Slider component
131
  45, # int | float in 'Seed' Number component
132
  3, # int | float (numeric value between 1 and 5) in 'Number waveforms to generate' Slider component
133
  fn_index=1
@@ -336,7 +336,6 @@ with gr.Blocks(css=css) as demo:
336
 
337
  caption = gr.Textbox(
338
  label = "Inspirational musical prompt",
339
- max_lines = 6,
340
  interactive = False,
341
  elem_id = "inspi-prompt"
342
  )
 
127
  prompt, # str in 'Input text' Textbox component
128
  "Low quality.", # str in 'Negative prompt' Textbox component
129
  10, # int | float (numeric value between 5 and 15) in 'Duration (seconds)' Slider component
130
+ 6.5, # int | float (numeric value between 0 and 7) in 'Guidance scale' Slider component
131
  45, # int | float in 'Seed' Number component
132
  3, # int | float (numeric value between 1 and 5) in 'Number waveforms to generate' Slider component
133
  fn_index=1
 
336
 
337
  caption = gr.Textbox(
338
  label = "Inspirational musical prompt",
 
339
  interactive = False,
340
  elem_id = "inspi-prompt"
341
  )