sahadev10 commited on
Commit
2f22c57
·
verified ·
1 Parent(s): 18efcb5

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://8e96-2409-4042-6e8e-42f5-6ba2-2db2-577e-90d2.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://3286-210-212-162-140.ngrok-free.app/images/upload/{user_id}"
186
  print(f"🔁 [DEBUG] Sending POST to {url}")
187
  response = requests.post(url, files=files)
188