Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import gradio as gr
|
|
11 |
MAX_SEED = 999999
|
12 |
|
13 |
# β
New Pixelcut API key
|
14 |
-
pixelcut_api_key = "
|
15 |
|
16 |
# π― Convert image to PNG format
|
17 |
def convert_to_png(image):
|
|
|
11 |
MAX_SEED = 999999
|
12 |
|
13 |
# β
New Pixelcut API key
|
14 |
+
pixelcut_api_key = "sk_3a15d5b79d5944f3995c54615f8928f8"
|
15 |
|
16 |
# π― Convert image to PNG format
|
17 |
def convert_to_png(image):
|