Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -19,8 +19,8 @@ app.add_middleware(
|
|
19 |
allow_headers=["*"],
|
20 |
)
|
21 |
|
22 |
-
|
23 |
-
client = Client("kadirnar/IDM-VTON")
|
24 |
|
25 |
# Directory to save uploaded and processed files
|
26 |
UPLOAD_FOLDER = 'static/uploads'
|
|
|
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
|
26 |
UPLOAD_FOLDER = 'static/uploads'
|