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