warhawkmonk commited on
Commit
1cf5548
·
verified ·
1 Parent(s): c70830d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def model_single_out(prompt):
87
  return image
88
 
89
  def model_out_put(init_image,mask_image,prompt,negative_prompt):
90
- API_URL = "https://d5e8-2405-201-802c-f859-c1ff-35e2-34fb-b340.ngrok-free.app/api/llm-response"
91
  initial_image_base64 = numpy_to_list(np.array(init_image))
92
  mask_image_base64 = numpy_to_list(np.array(mask_image))
93
  payload = {
 
87
  return image
88
 
89
  def model_out_put(init_image,mask_image,prompt,negative_prompt):
90
+ API_URL = "https://pink-emus-read.loca.lt/api/llm-response"
91
  initial_image_base64 = numpy_to_list(np.array(init_image))
92
  mask_image_base64 = numpy_to_list(np.array(mask_image))
93
  payload = {