uhdessai commited on
Commit
ee892bf
·
verified ·
1 Parent(s): df701ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def send_to_backend(img_path, user_id):
180
  try:
181
  with open(img_path, 'rb') as f:
182
  files = {'file': ('generated_image.png', f, 'image/png')}
183
- url = f"https://e335-103-40-74-83.ngrok-free.app/images/upload/{user_id}"
184
  print(f"🔁 [DEBUG] Sending POST to {url}")
185
  response = requests.post(url, files=files)
186
 
 
180
  try:
181
  with open(img_path, 'rb') as f:
182
  files = {'file': ('generated_image.png', f, 'image/png')}
183
+ url = f" https://dcef-59-184-228-93.ngrok-free.app/images/upload/{user_id}"
184
  print(f"🔁 [DEBUG] Sending POST to {url}")
185
  response = requests.post(url, files=files)
186