Spaces:
Runtime error
Runtime error
Use http rather than https for URL query.
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ headers = {"Authorization": f"Bearer {HF_TOKEN}"}
|
|
| 26 |
|
| 27 |
|
| 28 |
def configure_image_client():
|
| 29 |
-
url = r"
|
| 30 |
try:
|
| 31 |
response = requests.get(url, params={"view": "api"}, allow_redirects=True)
|
| 32 |
response.raise_for_status()
|
|
|
|
| 26 |
|
| 27 |
|
| 28 |
def configure_image_client():
|
| 29 |
+
url = r"http://latent-consistency-super-fast-lcm-lora-sd1-5.hf.space/"
|
| 30 |
try:
|
| 31 |
response = requests.get(url, params={"view": "api"}, allow_redirects=True)
|
| 32 |
response.raise_for_status()
|