import gradio import os read_token = os.environ["HF_TOKEN"] app = gradio.load("spaces/alexandros-apps/Chatbot", hf_token=read_token).launch()