import gradio as gr import os token = os.getenv("HF_TOKEN") gr.load("kairunwen/tmp", hf_token=token).launch()