mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-24 13:01:18 +08:00
6 lines
76 B
Python
6 lines
76 B
Python
import gradio as gr
|
|
|
|
with gr.Blocks() as demo:
|
|
gr.File()
|
|
|
|
demo.launch() |