import gradio as gr import os SECRET_TOKEN = os.getenv("PIXL_MAP_TOKEN") gr.load("spaces/ovi054/tele-us",api_key=SECRET_TOKEN).launch();