add warning to file splitter, more bug fixing for future me
Browse files
app.py
CHANGED
|
@@ -170,8 +170,11 @@ with gr.Blocks(theme=gr.themes.Monochrome(), title="Global Dataset Maker") as ap
|
|
| 170 |
[zipuploader],
|
| 171 |
[gr.Text(label="Result")]
|
| 172 |
)
|
| 173 |
-
with gr.Tab("File splitter"):
|
| 174 |
gr.Markdown("If you would rather split a single WAV (mp3 support soon) audio file, use this method instead.")
|
|
|
|
|
|
|
|
|
|
| 175 |
with gr.Row():
|
| 176 |
with gr.Column():
|
| 177 |
with gr.Row():
|
|
|
|
| 170 |
[zipuploader],
|
| 171 |
[gr.Text(label="Result")]
|
| 172 |
)
|
| 173 |
+
with gr.Tab("File splitter (IN PROGRESS)"):
|
| 174 |
gr.Markdown("If you would rather split a single WAV (mp3 support soon) audio file, use this method instead.")
|
| 175 |
+
gr.HTML(
|
| 176 |
+
"<h1> This is a work in progress, there are still some bugs to be fixed. </h1>"
|
| 177 |
+
)
|
| 178 |
with gr.Row():
|
| 179 |
with gr.Column():
|
| 180 |
with gr.Row():
|