File size: 83 Bytes
ea62ba7
 
 
1
2
3
import gradio as gr

gr.Interface(lambda x: f"hello, {x}", "text", "text").launch()