import gradio as gr def echo(message, history): return message demo-ge.ChatInterface(fn=echo,examples=['hello','holo','merhaba'],title="echo Bot") demo.launch()