wizzseen commited on
Commit
0d12119
·
verified ·
1 Parent(s): 8e376f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 virtual-try-on/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")
 
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")