import gradio as gradio def greet(name): return f'Hello ${name}' gradio.Interface(fn=greet, inputs="Tharun", outputs="text").launch()