Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Hev832
/
hex-rvc
like
5
Audio-to-Audio
music
RVC
Voice Conversion
Harmonify
RVC V2
UVR5
License:
openrail
Model card
Files
Files and versions
Community
4
Hev832
commited on
Nov 10, 2024
Commit
6dd3997
·
verified
·
1 Parent(s):
057b246
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -537,4 +537,4 @@ with gr.Blocks(title="Hex RVC") as app:
537
538
539
# Launch the Gradio app
540
-
app.launch()
537
538
539
# Launch the Gradio app
540
+
app.launch(
share=True, debug=True
)