API moved

This commit is contained in:
Abhi
2023-12-26 02:20:42 +05:30
committed by GitHub
parent 279742d966
commit 7e15076a35

View File

@@ -16,7 +16,7 @@ def upscale_request(image):
"token": vca_api_key,
"image": b
}
url = 'https://visioncraftapi.vladalek05.repl.co/beta/upscale'
url = 'https://visioncraft-aiapi.koyeb.app/beta/upscale'
headers = {"content-type": "application/json"}
resp = requests.post(url, json=payload, headers=headers)