Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -554,7 +554,7 @@ with gr.Blocks(
|
|
554 |
with gr.Tab("Settings"):
|
555 |
with gr.Group():
|
556 |
with gr.Row():
|
557 |
-
model_file_dir = gr.Textbox(value="/tmp/
|
558 |
output_dir = gr.Textbox(value="output", label="File output directory", info="The directory where output files will be saved.", placeholder="output")
|
559 |
|
560 |
with gr.Accordion("Rename Stems", open=False):
|
|
|
554 |
with gr.Tab("Settings"):
|
555 |
with gr.Group():
|
556 |
with gr.Row():
|
557 |
+
model_file_dir = gr.Textbox(value="/tmp/audio-separator-models/", label="Directory to cache model files", info="The directory where model files are stored.", placeholder="/tmp/audio-separator-models/")
|
558 |
output_dir = gr.Textbox(value="output", label="File output directory", info="The directory where output files will be saved.", placeholder="output")
|
559 |
|
560 |
with gr.Accordion("Rename Stems", open=False):
|