jonaschua commited on
Commit
8ebb622
·
verified ·
1 Parent(s): ffb230f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import requests
9
  model = ""
10
  duration = 5
11
  token = os.getenv('deepseekv2')
12
- provider = 'together' #'fal-ai' #None
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())}")
 
9
  model = ""
10
  duration = 5
11
  token = os.getenv('deepseekv2')
12
+ provider = 'together' #'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())}")