Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,10 +83,9 @@ iface = gr.Interface(
|
|
| 83 |
],
|
| 84 |
outputs=[
|
| 85 |
gr.Gallery(label="Generated Skins"), # Display generated images
|
| 86 |
-
gr.Textbox(label="Used Seed"
|
| 87 |
],
|
| 88 |
title = "Minecraft Skin Generator <style>img{image-rendering: pixelated;}</style>", #<-- EWW GROSS IK IK IM SORRY, BUT THAT'S THE ONLY WAY I FOUND IT TO WORK
|
| 89 |
-
debug = True,
|
| 90 |
)
|
| 91 |
|
| 92 |
iface.launch()
|
|
|
|
| 83 |
],
|
| 84 |
outputs=[
|
| 85 |
gr.Gallery(label="Generated Skins"), # Display generated images
|
| 86 |
+
gr.Textbox(label="Used Seed") # Display the seed used to generate the images
|
| 87 |
],
|
| 88 |
title = "Minecraft Skin Generator <style>img{image-rendering: pixelated;}</style>", #<-- EWW GROSS IK IK IM SORRY, BUT THAT'S THE ONLY WAY I FOUND IT TO WORK
|
|
|
|
| 89 |
)
|
| 90 |
|
| 91 |
iface.launch()
|