Spaces:
Runtime error
Runtime error
File size: 148 Bytes
f2dd44e |
1 2 3 4 5 6 7 |
"""Test __version__/sanity."""
from gradio_cmat import __version__
def test_version():
"""Test version."""
assert __version__[:3] == "0.1"
|