Spaces:
Sleeping
Sleeping
Backend url change
Browse files
src/components/product_page_nto_cto_gen.py
CHANGED
|
@@ -21,9 +21,9 @@ class MakeupColors:
|
|
| 21 |
|
| 22 |
class ProductPageImageGeneration:
|
| 23 |
def __init__(self):
|
| 24 |
-
self.nto_endpoint = "https://
|
| 25 |
-
self.cto_endpoint = "https://
|
| 26 |
-
self.mto_endpoint = "https://
|
| 27 |
self.destination_bucket = "ProductPageOutputs"
|
| 28 |
|
| 29 |
def generate_filename(self,
|
|
|
|
| 21 |
|
| 22 |
class ProductPageImageGeneration:
|
| 23 |
def __init__(self):
|
| 24 |
+
self.nto_endpoint = "https://jewelmirror-59845620702.asia-south1.run.app/necklaceTryOnID"
|
| 25 |
+
self.cto_endpoint = "https://jewelmirror-59845620702.asia-south1.run.app/clothingTryOnV2"
|
| 26 |
+
self.mto_endpoint = "https://jewelmirror-59845620702.asia-south1.run.app/makeup_tryon/tryon"
|
| 27 |
self.destination_bucket = "ProductPageOutputs"
|
| 28 |
|
| 29 |
def generate_filename(self,
|