File size: 220 Bytes
948cd44
 
 
 
 
1
2
3
4
5
6
import gradio as gr
with gr.Blocks(analytics_enabled=False) as app:   
    gallery = gr.Gallery(label="Generated Images",  interactive=True, show_label=True, preview=True, allow_preview=True)

app.launch(inbrowser=True)