Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def process_images(cloth_image, origin_image):
|
|
24 |
print("saved")
|
25 |
# Run your main.py script (assuming it's in the same directory)
|
26 |
# Note: You might need to adjust the command based on your actual script's requirements
|
27 |
-
os.system("python
|
28 |
#command = ["python", "virtual-try-on/TryYours-Virtual-Try-On/main.py"]
|
29 |
#subprocess.run(command, check=True)
|
30 |
print("might run")
|
|
|
24 |
print("saved")
|
25 |
# Run your main.py script (assuming it's in the same directory)
|
26 |
# Note: You might need to adjust the command based on your actual script's requirements
|
27 |
+
os.system("python TryYours-Virtual-Try-On/main.py ")
|
28 |
#command = ["python", "virtual-try-on/TryYours-Virtual-Try-On/main.py"]
|
29 |
#subprocess.run(command, check=True)
|
30 |
print("might run")
|