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

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
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
 
 
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