Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ArkanDash
/
rvc-genshin-impact
like
439
Running
on
CPU Upgrade
App
Files
Files
Community
36
Fetching metadata from the HF Docker repository...
ArkanDash
commited on
Mar 3, 2024
Commit
4fe0e6d
·
1 Parent(s):
4822edb
fix: allowed path
#2
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -549,5 +549,5 @@ if __name__ == '__main__':
549
).launch(
550
share=config.share,
551
max_threads=1,
552
-
allowed_paths="weights
/
"
553
)
549
).launch(
550
share=config.share,
551
max_threads=1,
552
+
allowed_paths=
[
"weights"
]
553
)