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

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