Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ArkanDash/rvc-genshin-impact
AogiriGans
/
rvc-genshin-impact
like
0
Sleeping
App
Files
Files
Community
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
)