test-original-2 / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
2461d9c verified
raw
history blame contribute delete
99 Bytes
import gradio as gr
gr.Interface(lambda x,y:(x,y), ["text", "image"], ["text", "image"]).launch()