zhangyi617's picture
Upload folder using huggingface_hub
129cd69
raw
history blame contribute delete
120 Bytes
try:
from pydantic.v1.main import * # noqa: F403
except ImportError:
from pydantic.main import * # noqa: F403