Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pratye
/
Drew_RVC
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pratye
commited on
Oct 28, 2023
Commit
f28973b
·
1 Parent(s):
61d568e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1519,4 +1519,4 @@ with gr.Blocks(title="RVC WebUI") as app:
1519
# quiet=True,
1520
# )
1521
if __name__ == "__main__":
1522
-
app.launch()
1519
# quiet=True,
1520
# )
1521
if __name__ == "__main__":
1522
+
app.launch(
share=True
)