Spaces:
Runtime error
Runtime error
try: | |
import torch | |
print("PyTorch is successfully installed.") | |
except ModuleNotFoundError: | |
print("PyTorch is not installed.") | |