Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -19,7 +19,8 @@ app.add_middleware(
|
|
19 |
allow_headers=["*"],
|
20 |
)
|
21 |
|
22 |
-
client = Client("yisol/IDM-VTON")
|
|
|
23 |
# client = Client("kadirnar/IDM-VTON")
|
24 |
|
25 |
# Directory to save uploaded and processed files
|
|
|
19 |
allow_headers=["*"],
|
20 |
)
|
21 |
|
22 |
+
# client = Client("yisol/IDM-VTON")
|
23 |
+
client = Client("tuan2308/IDM-VTON")
|
24 |
# client = Client("kadirnar/IDM-VTON")
|
25 |
|
26 |
# Directory to save uploaded and processed files
|