jonaschua commited on
Commit
10ae4aa
·
verified ·
1 Parent(s): 3f4b192

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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())}")