Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
oldfart
/
knekka
like
0
Runtime error
App
Files
Files
Community
main
knekka
/
app.py
oldfart
Update app.py
1a06dc0
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
201 Bytes
import
gradio
as
gr
gr.Interface.load(
"models/nerijs/pixel-art-xl"
).launch()
iface = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"image"
, css=
".footer {display: none !important;}"
)
iface.launch()