Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
owenchak
/
testgenerator
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
9f41cd2
testgenerator
/
app.py
owenchak
Update app.py
9f41cd2
almost 2 years ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/EleutherAI/gpt-j-6B"
,title=
"cool"
,description=
"Input your text,submit and the machine will output"
).launch()