Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +104,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
104 |
youtube_url = gr.Textbox(label="Enter YouTube video URL")
|
105 |
|
106 |
with gr.Accordion("Audio Improvements", open=False):
|
107 |
-
apply_wiener = gr.Checkbox(label="
|
108 |
-
apply_normalization = gr.Checkbox(label="
|
109 |
|
110 |
with gr.Row():
|
111 |
img = gr.Image(label="Thumbnail", height=240, width=240, scale=1)
|
|
|
104 |
youtube_url = gr.Textbox(label="Enter YouTube video URL")
|
105 |
|
106 |
with gr.Accordion("Audio Improvements", open=False):
|
107 |
+
apply_wiener = gr.Checkbox(label="Reduce noise", info="Apply Wiener Filter", value=False)
|
108 |
+
apply_normalization = gr.Checkbox(label="Normalize audio volume", value=True)
|
109 |
|
110 |
with gr.Row():
|
111 |
img = gr.Image(label="Thumbnail", height=240, width=240, scale=1)
|