Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
herme
/
hermedelete
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c3fc696
hermedelete
/
app.py
herme
Create app.py
c3fc696
almost 2 years ago
raw
Copy download link
history
blame
Safe
186 Bytes
import
gradio
as
gr
examples = [[
"The Moon's orbit around Earth has"
], [
"There once was a pineapple"
]]
gr.Interface.load(
"huggingface/EleutherAI/gpt-j-6B"
, examples=examples).launch();