Abhishek Thakur
fix HF_URL
156ba7d
raw
history blame
90 Bytes
import os
__version__ = "0.1.6"
HF_URL = os.getenv("HF_URL", "https://huggingface.co")