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...
50867bf
viciu
/
app.py
Wiktor Kolodziej
gpt-j demo
50867bf
almost 3 years ago
raw
Copy download link
history
blame
146 Bytes
import
gradio
as
gr
def
update
(
name
):
return
f"Welcome to Gradio,
{name}
!"
gr.Interface.load(
'huggingface/EleutherAI/gpt-j-6B'
).launch()