Next commited on
Commit
028b044
·
verified ·
1 Parent(s): fdf8b88

Update infer.py

Browse files
Files changed (1) hide show
  1. infer.py +3 -6
infer.py CHANGED
@@ -676,6 +676,7 @@ with gr.Blocks(theme=applio) as app:
676
  vc_split = gr.Button("Split Audio", variant="primary", visible=True)
677
  vc_vocal_preview = gr.Audio(label="Vocal Preview", interactive=False, visible=True)
678
  vc_inst_preview = gr.Audio(label="Instrumental Preview", interactive=False, visible=True)
 
679
  with gr.Column():
680
  vc_transform0 = gr.Number(
681
  label="Transpose",
@@ -935,9 +936,5 @@ with gr.Blocks(theme=applio) as app:
935
  inputs=[md_text],
936
  outputs=[md_download_logs]
937
  )
938
- with gr.TabItem("Settings"):
939
- gr.Markdown(
940
- "# <center> Settings\n"+
941
- "#### <center> Work in progress"
942
- )
943
- app.queue(concurrency_count=1, max_size=50, api_open=config.api).launch(share=config.colab)
 
676
  vc_split = gr.Button("Split Audio", variant="primary", visible=True)
677
  vc_vocal_preview = gr.Audio(label="Vocal Preview", interactive=False, visible=True)
678
  vc_inst_preview = gr.Audio(label="Instrumental Preview", interactive=False, visible=True)
679
+ with gr.Accordion('settings', open=False):
680
  with gr.Column():
681
  vc_transform0 = gr.Number(
682
  label="Transpose",
 
936
  inputs=[md_text],
937
  outputs=[md_download_logs]
938
  )
939
+
940
+ app.queue(concurrency_count=1, max_size=50, api_open=config.api).launch(share=config.colab, show_api=False)