Bobby commited on
Commit
b54e32e
·
1 Parent(s): f1b1efe
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ API_KEY = os.environ.get("API_KEY", None)
26
  print("CUDA version:", torch.version.cuda)
27
  print("loading pipe")
28
  compiled = False
29
- api = HfApi()
30
 
31
  import spaces
32
  @spaces.GPU(duration=12)
 
26
  print("CUDA version:", torch.version.cuda)
27
  print("loading pipe")
28
  compiled = False
29
+ # api = HfApi()
30
 
31
  import spaces
32
  @spaces.GPU(duration=12)