ozipoetra
commited on
Commit
·
e203b29
1
Parent(s):
91ee2f5
hos
Browse files
app.py
CHANGED
@@ -413,7 +413,7 @@ if __name__ == '__main__':
|
|
413 |
label="Pitch extraction algorithm",
|
414 |
info=f0method_info,
|
415 |
choices=f0method_mode,
|
416 |
-
value="
|
417 |
interactive=True
|
418 |
)
|
419 |
index_rate1 = gr.Slider(
|
@@ -544,7 +544,7 @@ if __name__ == '__main__':
|
|
544 |
)
|
545 |
app.queue(
|
546 |
max_size=20,
|
547 |
-
api_open=
|
548 |
).launch(
|
549 |
share=config.share,
|
550 |
max_threads=1,
|
|
|
413 |
label="Pitch extraction algorithm",
|
414 |
info=f0method_info,
|
415 |
choices=f0method_mode,
|
416 |
+
value="rmvpe",
|
417 |
interactive=True
|
418 |
)
|
419 |
index_rate1 = gr.Slider(
|
|
|
544 |
)
|
545 |
app.queue(
|
546 |
max_size=20,
|
547 |
+
api_open=False,
|
548 |
).launch(
|
549 |
share=config.share,
|
550 |
max_threads=1,
|