Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LULDev
/
facetest
like
0
Build error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
refs/pr/1
facetest
/
tests
/
test_wording.py
LULDev
Upload folder using huggingface_hub
a1da63c
verified
7 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
from
facefusion
import
wording
def
test_get
() ->
None
:
assert
wording.get(
'python_not_supported'
)
assert
wording.get(
'help.source_paths'
)
assert
wording.get(
'invalid'
)
is
None