Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Ihavenoideaaaaaaa
/
Ihavenoideaaaaaa
like
0
Runtime error
App
Files
Files
Community
1
refs/pr/1
Ihavenoideaaaaaa
/
app.py
Wootang01
Carefully use parentheses and quotation marks. Check your spelling.
9296c60
almost 2 years ago
raw
Copy download link
history
blame
Safe
153 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/gpt2"
, title=
"My First Text Generator"
, description=
"Instructions: type English next to it"
).launch()