Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AwesomeK
/
kiss
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ce7c644
kiss
/
app.py
AwesomeK
Loading other app
ce7c644
about 1 year ago
raw
Copy download link
history
blame
Safe
170 Bytes
import
gradio
as
gr
gr.Interface.load(
"huggingface/EleutherAI/gpt-j-6B"
,
inputs=gr.Textbox(lines=
5
, label=
"Input Text"
)
# customizes the input component
).launch()