Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Wootang01
/
text_generator_two
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6de24fd
text_generator_two
/
app.py
Wootang01
Update app.py
6de24fd
over 2 years ago
raw
Copy download link
history
blame
Safe
67 Bytes
import
gradio
as
gr
gr.Interface.load(
'huggingface/gpt2'
).launch()