clementrof commited on
Commit
e50be38
1 Parent(s): 909a26f

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -19,7 +19,7 @@ def SD_call(prompt, image_prompt, age, weight, color, hair_color,hair_length,hai
19
 
20
  positive = "clothes"
21
  negative = "naked, nsfw, porn"
22
- serverless_api_id = '3g77weiulabzuk'
23
  # Define the URL you want to send the request to
24
  url = f"https://api.runpod.ai/v2/{serverless_api_id}/runsync"
25
 
 
19
 
20
  positive = "clothes"
21
  negative = "naked, nsfw, porn"
22
+ serverless_api_id = '7c9nnp0b3ordr8'
23
  # Define the URL you want to send the request to
24
  url = f"https://api.runpod.ai/v2/{serverless_api_id}/runsync"
25