File size: 110 Bytes
590aaf6
 
 
 
 
 
 
1
2
3
4
5
6
7
import gradio as gr
import os

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

demo.launch()