import gradio as gr def update(name): return f"Welcome to Gradio, {name}!" gr.Interface.load('huggingface/EleutherAI/gpt-j-6B').launch()