dvir-bria commited on
Commit
736ed97
1 Parent(s): 49322ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def download_image(url):
25
 
26
  def gen_fill_api_call(image_base64_file, mask_base64_file, prompt):
27
 
28
- url = "http://engine.int.bria-api.com/v1/gen_fill"
29
 
30
  payload = {
31
  "file": image_base64_file,
 
25
 
26
  def gen_fill_api_call(image_base64_file, mask_base64_file, prompt):
27
 
28
+ url = "http://engine.prod.bria-api.com/v1/gen_fill"
29
 
30
  payload = {
31
  "file": image_base64_file,