Update app.py
Browse files
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.
|
| 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,
|