Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,6 +67,7 @@ iface = gr.Interface(
|
|
| 67 |
title = "Minecraft Skin Generator",
|
| 68 |
width = 64,
|
| 69 |
height = 64,
|
| 70 |
-
css = "html{image-rendering:pixelated}"
|
|
|
|
| 71 |
)
|
| 72 |
iface.launch(share=True)
|
|
|
|
| 67 |
title = "Minecraft Skin Generator",
|
| 68 |
width = 64,
|
| 69 |
height = 64,
|
| 70 |
+
css = "html{image-rendering:pixelated}",
|
| 71 |
+
debug = True,
|
| 72 |
)
|
| 73 |
iface.launch(share=True)
|