File size: 85 Bytes
72a8cfa
c453bbe
 
1
2
3
import gradio as gr

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