File size: 106 Bytes
486fef6
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x: "Hello " + x, "textbox", "textbox").launch(enable_queue=False)