Spaces:
Runtime error
Runtime error
ronvolutional
commited on
Commit
·
bab3cac
1
Parent(s):
fe1c2c9
feat: Enable API
Browse files
app.py
CHANGED
@@ -45,4 +45,4 @@ with demo:
|
|
45 |
button.click(fn=generate, inputs=[prompt, threshold], outputs=[spritesheet, front, back, left, right])
|
46 |
|
47 |
demo.queue()
|
48 |
-
demo.launch(show_api=
|
|
|
45 |
button.click(fn=generate, inputs=[prompt, threshold], outputs=[spritesheet, front, back, left, right])
|
46 |
|
47 |
demo.queue()
|
48 |
+
demo.launch(show_api=True)
|