Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dorienh authored Jan 10, 2025
1 parent 522dd80 commit 1baf12a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
max-height: 100vh;
margin: auto;
}

.table tbody tr:nth-child(2n) {
border-bottom: 1px solid #ccc; /* Add a line below every second row */
}
</style>

</head>
Expand Down Expand Up @@ -88,14 +92,14 @@ <h2><font color="000093">Highlights:</font></h2>
<li>Fully open source - please take the model and improve / build upon it!</li>
</ul>
<br>
<img src="text2midi_architecture.jpg" width="100%">
<img src="text2midi_architecture.jpg" width="50%">
<br>

<h2><font color="000093">Text2music generated samples:</font>
</h2>
The models were provided with the below input text prompts to generate the midi files.

<table class="table" align="center" style="table-layout: fixed;word-break:break-word">
<table class="table" align="center" style="table-layout: fixed;word-break:break-word; border-spacing: 0 10px;">
<tbody>

<tr>
Expand Down

0 comments on commit 1baf12a

Please # to comment.