Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ from contextlib import contextmanager
|
|
| 14 |
from gradio.helpers import create_examples
|
| 15 |
import subprocess
|
| 16 |
|
|
|
|
| 17 |
|
| 18 |
from pathlib import Path
|
| 19 |
import os
|
|
|
|
| 14 |
from gradio.helpers import create_examples
|
| 15 |
import subprocess
|
| 16 |
|
| 17 |
+
import torch; print(torch.cuda.device_count())
|
| 18 |
|
| 19 |
from pathlib import Path
|
| 20 |
import os
|