import os import gradio as gr with gr.Blocks() as demo: gr.Textbox(os.getenv("OPENAPI_AUTH_TOKEN")) demo.launch()