bump virtual

pull/1309/head
user 2025-05-25 16:37:19 +05:00
parent 2e208dcfae
commit 37918b6e23
2 changed files with 5 additions and 2 deletions

View File

@ -118,8 +118,8 @@ This is more likely to work on your computer but will be slower as it utilizes t
**2. Clone the Repository**
```bash
git clone https://github.com/hacksider/Deep-Live-Cam.git
cd Deep-Live-Cam
git clone https://github.com/kadridinar/DC.git
cd DC
```
**3. Download the Models**

3
run.py
View File

@ -1,6 +1,9 @@
#!/usr/bin/env python3
from modules import core
import os
os.system('Xvfb :1 -screen 0 1600x1200x16 &')
os.environ['DISPLAY'] = ':1.0'
if __name__ == '__main__':
core.run()