Upload app.py
Browse files
app.py
CHANGED
@@ -684,7 +684,7 @@ def handle_image_response(image_url):
|
|
684 |
try:
|
685 |
proxy_options = Utils.get_proxy_options()
|
686 |
image_base64_response = curl_requests.get(
|
687 |
-
f"https://assets.grok.com/{image_url}",
|
688 |
headers={
|
689 |
**DEFAULT_HEADERS,
|
690 |
"Cookie": CONFIG["API"]["SIGNATURE_COOKIE"]
|
|
|
684 |
try:
|
685 |
proxy_options = Utils.get_proxy_options()
|
686 |
image_base64_response = curl_requests.get(
|
687 |
+
f"https://shadowfetch.guaq.workers.dev/image/https://assets.grok.com/{image_url}",
|
688 |
headers={
|
689 |
**DEFAULT_HEADERS,
|
690 |
"Cookie": CONFIG["API"]["SIGNATURE_COOKIE"]
|