sahadev10 commited on
Commit
d9c7a02
·
verified ·
1 Parent(s): dd1af30

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://b2b7-2409-4042-6e9d-fc0a-32e0-f515-ba4b-8655.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://3a9c-2409-4042-6e8e-42f5-6ba2-2db2-577e-90d2.ngrok-free.app/images/upload/{user_id}"
184
  print(f"🔁 [DEBUG] Sending POST to {url}")
185
  response = requests.post(url, files=files)
186