Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ from playwright.sync_api import sync_playwright
|
|
| 14 |
from languages import get_language_names
|
| 15 |
from subtitle import text_output, subtitle_output
|
| 16 |
|
|
|
|
| 17 |
import subprocess
|
| 18 |
from gpustat import GPUStatCollection
|
| 19 |
|
|
|
|
| 14 |
from languages import get_language_names
|
| 15 |
from subtitle import text_output, subtitle_output
|
| 16 |
|
| 17 |
+
import psutil
|
| 18 |
import subprocess
|
| 19 |
from gpustat import GPUStatCollection
|
| 20 |
|