File size: 89 Bytes
21afa6b
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x:x, "textbox", "textbox").launch(ssr_mode=True)