erl-j commited on
Commit
5e15e63
·
1 Parent(s): 59dd15d

add additional readme to highlight download

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -155,6 +155,8 @@ with demo:
155
  """
156
 
157
  gr.HTML(html, min_height=800, max_height=800)
 
 
158
  with gr.Row():
159
  sf = gr.File(label="Download SFZ Soundfont Package", type="filepath", visible=True, elem_id="sfz")
160
 
 
155
  """
156
 
157
  gr.HTML(html, min_height=800, max_height=800)
158
+
159
+ gr.Markdown("## Download Soundfont Package here:")
160
  with gr.Row():
161
  sf = gr.File(label="Download SFZ Soundfont Package", type="filepath", visible=True, elem_id="sfz")
162