static-image / app.py
abidlabs's picture
abidlabs HF Staff
Update app.py
e93654a
raw
history blame contribute delete
88 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Gallery(["lion.jpg"])
demo.launch()