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...
58757bb
machinetestspace
/
app.py
stasguy
Create new file
58757bb
almost 3 years ago
raw
Copy download link
history
blame
140 Bytes
import
gradio
as
gr
def
update
(
name
):
return
f"Welcome to Gradio,
{name}
!"
gr.Interface.load(
'huggingface/distilgpt2'
).launch()