!pip install --quiet gradio import gradio as gr # Write 1 line of Python to create a simple GUI gr.Interface( fn=greet, inputs="textbox", outputs="textbox", ).launch();