Zuii commited on
Commit
8ea6dc9
Β·
verified Β·
1 Parent(s): 686b24a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,10 +11,10 @@ import gradio as gr
11
  MAX_SEED = 999999
12
 
13
  # βœ… Pixelcut API Key
14
- pixelcut_api_key = "YOUR_PIXELCUT_API_KEY"
15
 
16
  # βœ… ImgBB API Key (for uploading images to get valid URLs)
17
- imgbb_api_key = "YOUR_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):