Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import gradio as gr
|
|
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"
|
|
|
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"
|