stasguy's picture
Update app.py
3940477
raw
history blame
139 Bytes
import gradio as gr
def update(name):
return f"Welcome to Gradio, {name}!"
gr.Interface.load('huggingface/distilgpt2').launch()