Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ headers = {
|
|
51 |
"accept-language": "en-US,en;q=0.9", # Simplified
|
52 |
"content-type": "application/json",
|
53 |
"cookie": cookie_info, # Use the env var
|
54 |
-
"referer": f"https://civitai.com/user/{username}/models",
|
55 |
"sec-ch-ua": "\"Chromium\";v=\"118\", \"Not_A Brand\";v=\"99\"", # Example, update if needed
|
56 |
"sec-ch-ua-mobile": "?0",
|
57 |
"sec-ch-ua-platform": "\"Windows\"", # Example
|
|
|
51 |
"accept-language": "en-US,en;q=0.9", # Simplified
|
52 |
"content-type": "application/json",
|
53 |
"cookie": cookie_info, # Use the env var
|
|
|
54 |
"sec-ch-ua": "\"Chromium\";v=\"118\", \"Not_A Brand\";v=\"99\"", # Example, update if needed
|
55 |
"sec-ch-ua-mobile": "?0",
|
56 |
"sec-ch-ua-platform": "\"Windows\"", # Example
|