Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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 |
|