File size: 70 Bytes
d07cc59
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "text", "text").launch()