Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
EuroPython2022
/
viciu
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
viciu
/
app.py
viciu
Changing model
9426aeb
almost 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
137 Bytes
import
gradio
as
gr
def
update
(
name
):
return
f"Welcome to Gradio,
{name}
!"
gr.Interface.load(
'huggingface/distilgpt2'
).launch()