Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikeee
/
gradio-cmat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
28e94e4
gradio-cmat
/
tests
/
test_version.py
freemt
Update first try
f2dd44e
about 3 years ago
raw
Copy download link
history
blame
Safe
148 Bytes
"""Test __version__/sanity."""
from
gradio_cmat
import
__version__
def
test_version
():
"""Test version."""
assert
__version__[:
3
] ==
"0.1"