kiansheik commited on
Commit
02d00af
·
verified ·
1 Parent(s): b6b7683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ from transformers import T5Tokenizer, T5ForConditionalGeneration
4
  import torch
5
 
6
  print(f"Is CUDA available: {torch.cuda.is_available()}")
7
- print(f"CUDA device: {torch.cuda.get_device_name(torch.cuda.current_device())}")
8
 
9
  # Load the model and tokenizer
10
  model_name = "kiansheik/tupi-verb-anotation"
 
4
  import torch
5
 
6
  print(f"Is CUDA available: {torch.cuda.is_available()}")
 
7
 
8
  # Load the model and tokenizer
9
  model_name = "kiansheik/tupi-verb-anotation"