NeoPy commited on
Commit
b73c161
·
verified ·
1 Parent(s): 1c8f726

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +2 -2
app/app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import os, sys
3
  sys.path.append(os.getcwd())
4
 
5
- from app.tabs.models.onnx import onnx_conv
6
  from app.tabs.infer.infer import infer_tabs
7
  from app.tabs.infer.uvr import uvr_tabs
8
 
@@ -16,7 +16,7 @@ with gr.Blocks(title="RVC UI") as app:
16
  with gr.Tabs():
17
  infer_tabs()
18
  uvr_tabs()
19
- onnx_conv()
20
 
21
  if config.iscolab:
22
  app.launch(share=True)
 
2
  import os, sys
3
  sys.path.append(os.getcwd())
4
 
5
+ f#rom app.tabs.models.onnx import onnx_conv
6
  from app.tabs.infer.infer import infer_tabs
7
  from app.tabs.infer.uvr import uvr_tabs
8
 
 
16
  with gr.Tabs():
17
  infer_tabs()
18
  uvr_tabs()
19
+ #onnx_conv()
20
 
21
  if config.iscolab:
22
  app.launch(share=True)