Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,9 +36,7 @@ Misuse of voice conversion technology is unethical. Use responsibly.<br>
|
|
| 36 |
Authors are not liable for inappropriate usage.
|
| 37 |
</div>
|
| 38 |
"""
|
| 39 |
-
theme =
|
| 40 |
-
body_background_fill="*neutral_50"
|
| 41 |
-
)
|
| 42 |
|
| 43 |
# Global constants
|
| 44 |
PITCH_ALGO_OPT = ["pm", "harvest", "crepe", "rmvpe", "rmvpe+"]
|
|
@@ -408,7 +406,7 @@ if __name__ == "__main__":
|
|
| 408 |
app.launch(
|
| 409 |
share=True,
|
| 410 |
debug=False,
|
| 411 |
-
show_api=
|
| 412 |
max_threads=40,
|
| 413 |
allowed_paths=[DOWNLOAD_DIR, OUTPUT_DIR],
|
| 414 |
)
|
|
|
|
| 36 |
Authors are not liable for inappropriate usage.
|
| 37 |
</div>
|
| 38 |
"""
|
| 39 |
+
theme = "Thatguy099/Sonix"
|
|
|
|
|
|
|
| 40 |
|
| 41 |
# Global constants
|
| 42 |
PITCH_ALGO_OPT = ["pm", "harvest", "crepe", "rmvpe", "rmvpe+"]
|
|
|
|
| 406 |
app.launch(
|
| 407 |
share=True,
|
| 408 |
debug=False,
|
| 409 |
+
show_api=True,
|
| 410 |
max_threads=40,
|
| 411 |
allowed_paths=[DOWNLOAD_DIR, OUTPUT_DIR],
|
| 412 |
)
|