File size: 105 Bytes
0f77467
0f51c59
0f77467
 
0f51c59
 
1
2
3
4
5
6
import gradio as gr

with gr.Blocks() as demo:
    gr.Gallery(["examples/dali-walle.jpg"])

demo.launch()