import gradio as gr gr.Interface(lambda x,y:(x,y), ["text", "image"], ["text", "image"]).launch()