abdulmatinomotoso commited on
Commit
e2a35f0
1 Parent(s): da84460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import numpy as np
3
  import torch
4
  import gradio as gr
5
 
 
6
  #device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
7
  labels = ['Not equivalent', "equivalent"]
8
  model_name = "abdulmatinomotoso/paraphrase_detector"
 
3
  import torch
4
  import gradio as gr
5
 
6
+
7
  #device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
8
  labels = ['Not equivalent', "equivalent"]
9
  model_name = "abdulmatinomotoso/paraphrase_detector"