File size: 89 Bytes
85ddcc6
 
9aff34e
1
2
3
import gradio as gr

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