gstaff commited on
Commit
013b487
·
1 Parent(s): 5c24f69

Use http rather than https for URL query.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ headers = {"Authorization": f"Bearer {HF_TOKEN}"}
24
 
25
 
26
  def configure_image_client():
27
- url = r"https://latent-consistency-super-fast-lcm-lora-sd1-5.hf.space/"
28
  try:
29
  response = requests.get(url, params={"view": "api"}, allow_redirects=True)
30
  response.raise_for_status()
 
24
 
25
 
26
  def configure_image_client():
27
+ url = r"http://latent-consistency-super-fast-lcm-lora-sd1-5.hf.space/"
28
  try:
29
  response = requests.get(url, params={"view": "api"}, allow_redirects=True)
30
  response.raise_for_status()