Spaces:
Running
Running
JV A
commited on
Commit
·
28f74e7
1
Parent(s):
6f81674
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def generate_image(prompt, negative_prompt, scheduler, steps, width, height, res
|
|
57 |
}
|
58 |
|
59 |
# Send the request
|
60 |
-
response = requests.post(apiUrl, headers=headers, data=json.dumps(body))
|
61 |
|
62 |
# Check the response status
|
63 |
if response.status_code == 200:
|
|
|
57 |
}
|
58 |
|
59 |
# Send the request
|
60 |
+
response = requests.post(apiUrl, headers=headers, data=json.dumps(body), verify=False)
|
61 |
|
62 |
# Check the response status
|
63 |
if response.status_code == 200:
|