mirror of
https://github.com/gradio-app/gradio.git
synced 2024-11-21 01:01:05 +08:00
6 lines
79 B
Python
6 lines
79 B
Python
import gradio as gr
|
|
|
|
with gr.Blocks() as demo:
|
|
gr.Textbox()
|
|
|
|
demo.launch() |