Update app.py
Browse files
app.py
CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
|
|
3 |
|
4 |
gr.Interface.load("models/nerijs/pixel-art-xl").launch()
|
5 |
|
6 |
-
iface = gr.Interface(fn=greet, inputs="text", outputs="
|
7 |
iface.launch()
|
|
|
3 |
|
4 |
gr.Interface.load("models/nerijs/pixel-art-xl").launch()
|
5 |
|
6 |
+
iface = gr.Interface(fn=greet, inputs="text", outputs="image", css=".footer {display: none !important;}")
|
7 |
iface.launch()
|