EuroPython2022/viciu
1
1import gradio as gr2 3 4def update(name):5 return f"Welcome to Gradio, {name}!"6 7 8gr.Interface.load('huggingface/distilgpt2').launch()9 10 1import gradio as gr2 3 4def update(name):5 return f"Welcome to Gradio, {name}!"6 7 8gr.Interface.load('huggingface/distilgpt2').launch()9 10