File size: 121 Bytes
9b3af04
 
 
 
9ef0e1c
 
 
 
 
1
2
3
4
5
6
7
8
9

import os
import gradio as gr

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


demo.launch()