table-extraction / tests /test_resource.py
jurgendn's picture
[Demo Gradio] Add to Huggingface Space
4c41a36
raw
history blame contribute delete
No virus
87 Bytes
def test_cuda():
from torch.cuda import is_available
assert is_available()