salsarra commited on
Commit
3ee3346
·
verified ·
1 Parent(s): 0031b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification, Auto
5
  import gradio as gr
6
  import re
7
 
8
-
9
  # Check if GPU is available and use it if possible
10
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
11
 
 
5
  import gradio as gr
6
  import re
7
 
 
8
  # Check if GPU is available and use it if possible
9
  device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
10