viciu / app.py
viciu's picture
Changing model
9426aeb
raw
history blame contribute delete
137 Bytes
import gradio as gr
def update(name):
return f"Welcome to Gradio, {name}!"
gr.Interface.load('huggingface/distilgpt2').launch()