Kryptone commited on
Commit
7c458f0
·
verified ·
1 Parent(s): 181267a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -326,7 +326,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
326
  with gr.Row():
327
  with gr.Column():
328
  with gr.Row():
329
- gr.Markdown("Currently broken. Use Stacher in the meantime.")
330
  #url = gr.Textbox(label="URL")
331
  #download_as = gr.Radio(["wav", "mp3"], label="Audio format output", value="wav", info="What should the audio format be output as?")
332
  #use_ytdlp = gr.Checkbox(False, label="Use yt_dlp instead of pytube?", info="Sometimes Pytube refuses to download a video. If that happens, check this box to download using yt_dlp instead.")
@@ -340,7 +340,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
340
  with gr.Row():
341
  with gr.Column():
342
  with gr.Row():
343
- gr.Markdown("Offline due to the download video section not working. If you have an audio file however, go to the 'Misc Tools' tab to split that instead.")
344
  #mindur = gr.Number(label="Min duration", minimum=1, maximum=10, value=1)
345
  #maxdur = gr.Number(label="Max duration", minimum=1, maximum=10, value=5)
346
  #name_for_split_files = gr.Textbox(label="Name for split files")
@@ -371,7 +371,7 @@ with gr.Blocks(theme='sudeepshouche/minimalist', title="Global Dataset Maker") a
371
 
372
  with gr.Tab("Audio only download"):
373
  gr.Markdown("If you want to download only the audio (to isolate bgm using UVR, etc), use this method, which will only extract audio and not split the audio.")
374
- gr.Markdown("## Currently broken. Use Stacher in the meantime.")
375
  #with gr.Row():
376
  # with gr.Column():
377
  # with gr.Row():
 
326
  with gr.Row():
327
  with gr.Column():
328
  with gr.Row():
329
+ gr.Markdown("# Currently broken. Use Stacher in the meantime.")
330
  #url = gr.Textbox(label="URL")
331
  #download_as = gr.Radio(["wav", "mp3"], label="Audio format output", value="wav", info="What should the audio format be output as?")
332
  #use_ytdlp = gr.Checkbox(False, label="Use yt_dlp instead of pytube?", info="Sometimes Pytube refuses to download a video. If that happens, check this box to download using yt_dlp instead.")
 
340
  with gr.Row():
341
  with gr.Column():
342
  with gr.Row():
343
+ gr.Markdown("# Offline due to the download video section not working. If you have an audio file however, go to the 'Misc Tools' tab to split that instead.")
344
  #mindur = gr.Number(label="Min duration", minimum=1, maximum=10, value=1)
345
  #maxdur = gr.Number(label="Max duration", minimum=1, maximum=10, value=5)
346
  #name_for_split_files = gr.Textbox(label="Name for split files")
 
371
 
372
  with gr.Tab("Audio only download"):
373
  gr.Markdown("If you want to download only the audio (to isolate bgm using UVR, etc), use this method, which will only extract audio and not split the audio.")
374
+ gr.Markdown("# Currently broken. Use Stacher in the meantime.")
375
  #with gr.Row():
376
  # with gr.Column():
377
  # with gr.Row():