File size: 99 Bytes
2461d9c
 
 
1
2
3
4
import gradio as gr

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