Update app.py
Browse files
app.py
CHANGED
@@ -11,10 +11,10 @@ import gradio as gr
|
|
11 |
MAX_SEED = 999999
|
12 |
|
13 |
# β
Pixelcut API Key
|
14 |
-
pixelcut_api_key = "
|
15 |
|
16 |
# β
ImgBB API Key (for uploading images to get valid URLs)
|
17 |
-
imgbb_api_key = "
|
18 |
|
19 |
# π― Convert image to PNG format
|
20 |
def convert_to_png(image):
|
|
|
11 |
MAX_SEED = 999999
|
12 |
|
13 |
# β
Pixelcut API Key
|
14 |
+
pixelcut_api_key = "sk_299d9c6e36d240cbb3dd65fcbac947a4
|
15 |
|
16 |
# β
ImgBB API Key (for uploading images to get valid URLs)
|
17 |
+
imgbb_api_key = "03a2ddf1ffa5df33a3999cf20c2fb20f"
|
18 |
|
19 |
# π― Convert image to PNG format
|
20 |
def convert_to_png(image):
|