Kryptone commited on
Commit
3713692
·
verified ·
1 Parent(s): f2c7ec8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ with gr.Blocks(theme='bethecloud/storj_theme', title="Global Dataset Maker") as
301
  [gr.Text(label="Link(s)")]
302
  )
303
  with gr.Tab("Convert many audio files to one file"):
304
- gr.Markdown("Upload a ZIP full of many audio files and this will attempt to convert it to one long audio file.")
305
  with gr.Row():
306
  with gr.Column():
307
  with gr.Row():
 
301
  [gr.Text(label="Link(s)")]
302
  )
303
  with gr.Tab("Convert many audio files to one file"):
304
+ gr.Markdown("Upload a ZIP full of many audio files and this will attempt to convert it to one long audio file. **Will not work if there are folders inside the zip.**")
305
  with gr.Row():
306
  with gr.Column():
307
  with gr.Row():