knekka / app.py
oldfart's picture
Update app.py
1a06dc0
raw
history blame contribute delete
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()