RandomPersonRR commited on
Commit
2a111b0
·
verified ·
1 Parent(s): 70923cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -409,7 +409,7 @@ async def convert_stream(
409
  # Gradio UI
410
  # -------------------------
411
  with gr.Blocks(title="Low Quality Video Inator (fdkaac)") as demo:
412
- gr.Markdown("# Low Quality Video Inator\nUpload a file or paste a YouTube URL. The app streams a step-aware overlayed progress bar while encoding.\n\n**Note:** put `fdkaac` binary in the same folder as this app and make it executable (`chmod +x fdkaac`).")
413
 
414
  with gr.Row():
415
  use_youtube = gr.Checkbox(label="Use YouTube URL (server will try to download first)", value=False)
 
409
  # Gradio UI
410
  # -------------------------
411
  with gr.Blocks(title="Low Quality Video Inator (fdkaac)") as demo:
412
+ gr.Markdown("# Low Quality Video Inator\nUpload a file or paste a YouTube URL. The app streams a step-aware overlayed progress bar while encoding.")
413
 
414
  with gr.Row():
415
  use_youtube = gr.Checkbox(label="Use YouTube URL (server will try to download first)", value=False)