Spaces:
Runtime error
Runtime error
File size: 140 Bytes
58757bb |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
def update(name):
return f"Welcome to Gradio, {name}!"
gr.Interface.load('huggingface/distilgpt2').launch()
|