meeww commited on
Commit
77e89c2
·
verified ·
1 Parent(s): 3b013c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -45,8 +45,6 @@ def crop():
45
  init()
46
 
47
 
48
-
49
-
50
  import numpy
51
 
52
  def gen(seed):
@@ -67,7 +65,6 @@ iface = gr.Interface(
67
  inputs=gr.Slider(0,1000,500,step = 0.01),
68
  outputs=gr.Gallery(label="Generated Skins"),
69
  title = "Minecraft Skin Generator <style>img{image-rendering: pixelated;}</style>",
70
- js = js,
71
  debug = True,
72
  )
73
  iface.launch(width=64,height=64,enable_queue=True)
 
45
  init()
46
 
47
 
 
 
48
  import numpy
49
 
50
  def gen(seed):
 
65
  inputs=gr.Slider(0,1000,500,step = 0.01),
66
  outputs=gr.Gallery(label="Generated Skins"),
67
  title = "Minecraft Skin Generator <style>img{image-rendering: pixelated;}</style>",
 
68
  debug = True,
69
  )
70
  iface.launch(width=64,height=64,enable_queue=True)