Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 75 Bytes
2210a14 |
1 2 3 4 5 6 |
import gradio as gr
with gr.Blocks() as demo:
gr.File()
demo.launch() |