File size: 94 Bytes
89b7985
 
 
1
2
3
import gradio as gr

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