Spaces:
Running
Running
Mocci lutha
commited on
Commit
•
a503ff2
1
Parent(s):
d3b8ce3
Update app.py
Browse files
app.py
CHANGED
@@ -133,7 +133,7 @@ if __name__ == '__main__':
|
|
133 |
else:
|
134 |
net_g = net_g.float()
|
135 |
vc = VC(tgt_sr, device, is_half)
|
136 |
-
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index
|
137 |
with gr.Blocks() as app:
|
138 |
gr.Markdown(
|
139 |
"# <center> RVC Models\n"
|
|
|
133 |
else:
|
134 |
net_g = net_g.float()
|
135 |
vc = VC(tgt_sr, device, is_half)
|
136 |
+
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index)))
|
137 |
with gr.Blocks() as app:
|
138 |
gr.Markdown(
|
139 |
"# <center> RVC Models\n"
|