anitap commited on
Commit
1cc31b7
·
verified ·
1 Parent(s): ba4af19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def answer_question(text, question):
39
  return answer
40
 
41
  def query(payload):
42
- API_URL = "https://api-inference.huggingface.co/models/stable-diffusion-v1-5/stable-diffusion-v1-5"
43
  headers = {"Authorization": f"Bearer {my_key}"}
44
  response = requests.post(API_URL, headers=headers, json=payload)
45
  return response.content
 
39
  return answer
40
 
41
  def query(payload):
42
+ API_URL = "https://api-inference.huggingface.co/models/Shakker-Labs/FLUX.1-dev-LoRA-AntiBlur"
43
  headers = {"Authorization": f"Bearer {my_key}"}
44
  response = requests.post(API_URL, headers=headers, json=payload)
45
  return response.content