Menu

Launching the Application

Launching the Application

This lesson completes the deployment process by making the interface live and accessible through a browser link.

Code:

iface.launch()

When this command is executed, Gradio starts a local server and generates a public URL. Opening this link displays the full application interface, where users can type a movie title and receive recommendations instantly. The system now behaves like a real application rather than a notebook experiment.