import gradio as gr import os with gr.Blocks() as demo: gr.Textbox(os.environ["SPACE_ID"]) demo.launch()