Kryptone commited on
Commit
1beac5a
·
1 Parent(s): 866fedd

add warning to file splitter, more bug fixing for future me

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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():