Sid26Roy commited on
Commit
bd2f52d
·
verified ·
1 Parent(s): e52cc89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ model.to(device)
12
  model.eval()
13
 
14
  # ID to label mapping
15
- id2label = {0: "Select", 1: "Insert", 2: "Delete", 3: "Update", 4: "Analyse"}
16
 
17
  def classify_query(text):
18
  if not text.strip():
 
12
  model.eval()
13
 
14
  # ID to label mapping
15
+ id2label = {0: "Update", 1: "Analyse", 2: "Insert", 3: "Delete", 4: "Select"}
16
 
17
  def classify_query(text):
18
  if not text.strip():