Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
meeww
/
Minecraft_Skin_Generator
like
16
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
meeww
commited on
Jun 8, 2022
Commit
4c5c1bf
·
1 Parent(s):
45f5807
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -71,4 +71,4 @@ iface = gr.Interface(
71
css = "html{image-rendering:pixelated}",
72
debug = True,
73
)
74
-
iface.launch(
share=True
)
71
css = "html{image-rendering:pixelated}",
72
debug = True,
73
)
74
+
iface.launch()