Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NeoPy
/
neorvc
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NeoPy
commited on
3 days ago
Commit
d7d0dc0
·
verified
·
1 Parent(s):
555558e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -59,5 +59,7 @@ def build_ui():
59
60
return app
61
62
app.queue()
63
-
app.launch()
59
60
return app
61
62
+
63
+
app = build_ui()
64
app.queue()
65
+
app.launch(
allowed_paths=[ALLOWED_DIR]
)