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