Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ArkanDash
/
rvc-genshin-impact
like
378
Running
on
CPU Upgrade
App
Files
Files
Community
30
ArkanDash
commited on
Mar 3
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
)