Spaces:
Building
on
Zero
Building
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ INPUT_DIR="Backend/input"
|
|
23 |
BACKEND_PATH="Backend/main.py"
|
24 |
import torch
|
25 |
|
|
|
26 |
import spaces
|
27 |
|
28 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
|
|
23 |
BACKEND_PATH="Backend/main.py"
|
24 |
import torch
|
25 |
|
26 |
+
|
27 |
import spaces
|
28 |
|
29 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|