Solannin commited on
Commit
915be1c
1 Parent(s): 3eaac00

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -131,6 +131,9 @@ def main():
131
  tf.random.set_seed(seed)
132
  np.random.seed(seed)
133
 
 
 
 
134
  # Rutas de archivos
135
  #sample_file = 'Preludes 2 Through Major keys 39.mid'
136
  out_file = 'output.mid'
 
131
  tf.random.set_seed(seed)
132
  np.random.seed(seed)
133
 
134
+ st.title('GENERADOR DE MELODIAS CON RNN LSTM')
135
+
136
+
137
  # Rutas de archivos
138
  #sample_file = 'Preludes 2 Through Major keys 39.mid'
139
  out_file = 'output.mid'