Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,6 +3,8 @@ from huggingface_hub import InferenceClient
|
|
3 |
import spaces
|
4 |
import torch
|
5 |
import os
|
|
|
|
|
6 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
7 |
# True
|
8 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
|
|
3 |
import spaces
|
4 |
import torch
|
5 |
import os
|
6 |
+
|
7 |
+
model=""
|
8 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
9 |
# True
|
10 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|