meeww commited on
Commit
85c1a8b
·
1 Parent(s): 344612d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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)