File size: 90 Bytes
a58cb57
 
 
193c91b
 
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.File(["cheetah.jpg"])

demo.launch()