File size: 78 Bytes
4a7d417
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x:x+x, "textbox", "textbox").launch()