DenCT's picture
Create app.py
3abf916 verified
raw
history blame
136 Bytes
import gradio as gr
with gr.Blocks() as demo:
with gr.Column():
gr.TextArea()
if __name__ == "__main__":
demo.launch()