Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kangarroar
/
ApplioRVC-Inference
like
60
Configuration error
App
Files
Files
Community
15
Fetching metadata from the HF Docker repository...
Kangarroar
commited on
Jan 3, 2023
Commit
674c656
·
1 Parent(s):
657a354
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -98,4 +98,4 @@ with demo:
98
#b5 = gr.Button("SPAM ME")
99
#b5.click(fn=spam)
100
101
-
demo.launch()
98
#b5 = gr.Button("SPAM ME")
99
#b5.click(fn=spam)
100
101
+
demo.launch(
share=True
)