Zuii commited on
Commit
a474bb6
Β·
verified Β·
1 Parent(s): 668f50f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "YOUR_NEW_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):