breadlicker45 commited on
Commit
9a3db5f
·
1 Parent(s): 05468fe

Update playground.py

Browse files
Files changed (1) hide show
  1. playground.py +2 -2
playground.py CHANGED
@@ -17,7 +17,7 @@ matplotlib.use("Agg")
17
  sys.modules["pylab"] = pylab
18
 
19
  model_repo = "JammyMachina/elec-gmusic-familized-model-13-12__17-35-53"
20
- n_bar_generated = 50
21
  # model_repo = "JammyMachina/improved_4bars-mdl"
22
  # n_bar_generated = 4
23
 
@@ -124,7 +124,7 @@ def instrument_row(default_inst, row_id):
124
  label="Instrument",
125
  )
126
  temp = gr.Dropdown(
127
- [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.2],
128
  value=0.7,
129
  label="Creativity",
130
  )
 
17
  sys.modules["pylab"] = pylab
18
 
19
  model_repo = "JammyMachina/elec-gmusic-familized-model-13-12__17-35-53"
20
+ n_bar_generated = 25
21
  # model_repo = "JammyMachina/improved_4bars-mdl"
22
  # n_bar_generated = 4
23
 
 
124
  label="Instrument",
125
  )
126
  temp = gr.Dropdown(
127
+ [0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.2, 1.3],
128
  value=0.7,
129
  label="Creativity",
130
  )