File size: 88 Bytes
bed138d
 
 
e93654a
bed138d
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
  gr.Gallery(["lion.jpg"])

demo.launch()