sahadev10 commited on
Commit
97ec739
·
verified ·
1 Parent(s): 000f10f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ def send_to_backend(image_buffer, request: gr.Request):
125
 
126
  try:
127
  files = {'file': ('generated_image.png', image_buffer, 'image/png')}
128
- url = f"https://361d-103-40-74-78.ngrok-free.app/customisation/upload/{user_id}"
129
 
130
  response = requests.post(url, files=files)
131
 
 
125
 
126
  try:
127
  files = {'file': ('generated_image.png', image_buffer, 'image/png')}
128
+ url = f"https://361d-103-40-74-78.ngrok-free.app/customisation/upload/74"
129
 
130
  response = requests.post(url, files=files)
131