AlekseyKorshuk commited on
Commit
c8b3631
1 Parent(s): 7e21898

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def inference(audio, num_epoch, tonic_name, chord_duration):
54
  st.title("Accompaniment Generator")
55
 
56
  st.markdown(
57
- "App to generate accompaniment for MIDI music file with Evolutionary algorithm. Check out [project repository](https://github.com/AlekseyKorshuk/accompaniment-generator).")
58
 
59
  article = "<p style='text-align: center'>" \
60
  "<a href='https://github.com/AlekseyKorshuk/accompaniment-generator' target='_blank'>Github Repo</a>" \
 
54
  st.title("Accompaniment Generator")
55
 
56
  st.markdown(
57
+ "App to generate accompaniment for MIDI music file with Evolutionary algorithm. Check out [project repository](https://github.com/AlekseyKorshuk/accompaniment-generator) and project limitations.")
58
 
59
  article = "<p style='text-align: center'>" \
60
  "<a href='https://github.com/AlekseyKorshuk/accompaniment-generator' target='_blank'>Github Repo</a>" \