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