seawolf2357 commited on
Commit
db7dc29
·
verified ·
1 Parent(s): 59ff24b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def generate_music(prompt):
12
  "playing piano.", # str in 'Input text' Textbox component
13
  "Low quality.", # str in 'Negative prompt' Textbox component
14
  5, # int | float (numeric value between 5 and 15) in 'Duration (seconds)' Slider component
15
- 6.5, # int | float (numeric value between 0 and 7) in 'Guidance scale' Slider component
16
  5, # int | float in 'Seed' Number component
17
  3, # int | float (numeric value between 1 and 5) in 'Number waveforms to generate' Slider component
18
  fn_index=1
 
12
  "playing piano.", # str in 'Input text' Textbox component
13
  "Low quality.", # str in 'Negative prompt' Textbox component
14
  5, # int | float (numeric value between 5 and 15) in 'Duration (seconds)' Slider component
15
+ 5.5, # int | float (numeric value between 0 and 7) in 'Guidance scale' Slider component
16
  5, # int | float in 'Seed' Number component
17
  3, # int | float (numeric value between 1 and 5) in 'Number waveforms to generate' Slider component
18
  fn_index=1