Spaces:
Running
Running
| import sys | |
| import subprocess | |
| python_executable = sys.executable # Jo bhi active Python hai usko detect karega | |
| command = [python_executable, "facefusion.py", "run"] | |
| print(f"🚀 Launching FaceFusion with {python_executable}...") | |
| subprocess.run(command) |