Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,4 +65,4 @@ iface = gr.Interface(
|
|
| 65 |
outputs=gr.Gallery(label="Generated Skins")
|
| 66 |
|
| 67 |
)
|
| 68 |
-
iface.launch(inline=True,share=True,width=
|
|
|
|
| 65 |
outputs=gr.Gallery(label="Generated Skins")
|
| 66 |
|
| 67 |
)
|
| 68 |
+
iface.launch(inline=True,share=True,width=64px,height=64px,enable_queue=True)
|