anzorq commited on
Commit
c6001c1
1 Parent(s): 1ce7124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Apply Wiener Filter", info="Reduce noise", value=False)
108
- apply_normalization = gr.Checkbox(label="Apply Normalization", info="Normalize audio volume", value=True)
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)