uhdessai commited on
Commit
9d515e8
·
verified ·
1 Parent(s): 326d55b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ def send_to_backend(img_path, user_id):
182
  try:
183
  with open(img_path, 'rb') as f:
184
  files = {'file': ('generated_image.png', f, 'image/png')}
185
- url = f" https://aeaf-117-248-63-127.ngrok-free.app/images/upload/{user_id}"
186
  print(f"🔁 [DEBUG] Sending POST to {url}")
187
  response = requests.post(url, files=files)
188
 
 
182
  try:
183
  with open(img_path, 'rb') as f:
184
  files = {'file': ('generated_image.png', f, 'image/png')}
185
+ url = f" https://68be601de1e4.ngrok-free.app/images/upload/{user_id}"
186
  print(f"🔁 [DEBUG] Sending POST to {url}")
187
  response = requests.post(url, files=files)
188