r1208 commited on
Commit
baf34e0
1 Parent(s): ca2878e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ print(f"Is CUDA available: {torch.cuda.is_available()}")
13
  print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
14
  # Tesla T4
15
 
16
- @spaces.GPU
17
  def main():
18
 
19
  def get_tokens_as_list(word_list):
 
13
  print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
14
  # Tesla T4
15
 
16
+ # @spaces.GPU
17
  def main():
18
 
19
  def get_tokens_as_list(word_list):