File size: 201 Bytes
e430e5b
098ef66
 
e430e5b
098ef66
1a06dc0
ed32ae9
1
2
3
4
5
6
7
8

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()