import gradio as gr demo = gr.Interface(fn=lambda x: "Hello: " + x, inputs="text", outputs="text", title="CycleGAN test") demo.launch()