Spaces:
Configuration error
Configuration error
cocktailpeanut
commited on
Commit
·
3c87bd8
1
Parent(s):
e38f741
update
Browse files- pinokio.js +1 -0
pinokio.js
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
module.exports = {
|
2 |
title: "sdxl turbo",
|
3 |
description: "A Real-Time Text-to-Image Generation Model",
|
|
|
4 |
menu: async (kernel) => {
|
5 |
let installed = await kernel.exists(__dirname, "env")
|
6 |
if (installed) {
|
|
|
1 |
module.exports = {
|
2 |
title: "sdxl turbo",
|
3 |
description: "A Real-Time Text-to-Image Generation Model",
|
4 |
+
icon: "icon.png",
|
5 |
menu: async (kernel) => {
|
6 |
let installed = await kernel.exists(__dirname, "env")
|
7 |
if (installed) {
|