simple_gallery / app.py
abidlabs's picture
abidlabs HF staff
Update app.py
72f9708
raw
history blame contribute delete
No virus
93 Bytes
import gradio as gr
gr.Interface(lambda x: ["cheetah1.jpg"], "textbox", "gallery").launch()