Update app.py
Browse files
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():
|