Politrees commited on
Commit
03c29b7
·
verified ·
1 Parent(s): c774a2c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/PolUVR-models/", label="Directory to cache model files", info="The directory where model files are stored.", placeholder="/tmp/PolUVR-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):
 
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):