warhawkmonk commited on
Commit
9f45ed5
·
verified ·
1 Parent(s): 71de729

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def model_single_out(prompt):
105
  return image
106
 
107
  def model_out_put(init_image,mask_image,prompt,negative_prompt):
108
- API_URL = "https://breezy-streets-call.loca.lt/api/llm-response"
109
  initial_image_base64 = numpy_to_list(np.array(init_image))
110
  mask_image_base64 = numpy_to_list(np.array(mask_image))
111
  payload = {
 
105
  return image
106
 
107
  def model_out_put(init_image,mask_image,prompt,negative_prompt):
108
+ API_URL = "https://7716-205-196-17-124.ngrok-free.app/api/llm-response"
109
  initial_image_base64 = numpy_to_list(np.array(init_image))
110
  mask_image_base64 = numpy_to_list(np.array(mask_image))
111
  payload = {