Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ with gr.Blocks(title="🎵 PolUVR - Politrees 🎵", css="footer{display:none !i
|
|
250 |
with gr.Accordion("General settings", open=False):
|
251 |
model_file_dir = gr.Textbox(value="/tmp/audio-separator-models/", label="Directory for storing model files", placeholder="/tmp/audio-separator-models/", interactive=False)
|
252 |
with gr.Row():
|
253 |
-
output_dir = gr.Textbox(value="
|
254 |
output_format = gr.Dropdown(value="wav", choices=["wav", "flac", "mp3"], label="Output Format")
|
255 |
with gr.Row():
|
256 |
norm_threshold = gr.Slider(value=0.9, step=0.1, minimum=0, maximum=1, label="Normalization", info="max peak amplitude to normalize input and output audio.")
|
|
|
250 |
with gr.Accordion("General settings", open=False):
|
251 |
model_file_dir = gr.Textbox(value="/tmp/audio-separator-models/", label="Directory for storing model files", placeholder="/tmp/audio-separator-models/", interactive=False)
|
252 |
with gr.Row():
|
253 |
+
output_dir = gr.Textbox(value="output", label="File output directory", placeholder="output", interactive=True)
|
254 |
output_format = gr.Dropdown(value="wav", choices=["wav", "flac", "mp3"], label="Output Format")
|
255 |
with gr.Row():
|
256 |
norm_threshold = gr.Slider(value=0.9, step=0.1, minimum=0, maximum=1, label="Normalization", info="max peak amplitude to normalize input and output audio.")
|