File size: 79 Bytes
c453bbe
 
 
1
2
3
import gradio

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