Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,9 +7,9 @@ import platform
|
|
7 |
import requests
|
8 |
|
9 |
model = ""
|
10 |
-
duration =
|
11 |
token = os.getenv('deepseekv2')
|
12 |
-
provider =
|
13 |
|
14 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
15 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|
|
|
7 |
import requests
|
8 |
|
9 |
model = ""
|
10 |
+
duration = 9
|
11 |
token = os.getenv('deepseekv2')
|
12 |
+
provider = None #'fal-ai' #None #replicate # sambanova
|
13 |
|
14 |
print(f"Is CUDA available: {torch.cuda.is_available()}")
|
15 |
print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
|