import os import gradio as gr read_key = os.environ.get('HF_TOKEN', None) gr.load("PAILStudent/pail-demo", hf_token=read_key, src="spaces").launch()