import gradio as gr iface = gr.Interface(fn=greet, inputs="text", outputs="text") iface.launch(share=True)