import gradio as gr import os token = os.getenv("HF_TOKEN") gr.load("models/ICILS/XLM-R-ISCO-v1", hf_token=token).launch()