test-embed / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
650f668 verified
raw
history blame
91 Bytes
import gradio as gr
gr.Interface(lambda x:x, gr.Image("cheetah.jpg"), gr.Image()).launch()