slplab commited on
Commit
099a81c
1 Parent(s): c93367d

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -0
handler.py CHANGED
@@ -6,6 +6,7 @@ import torch
6
 
7
  #device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
8
 
 
9
 
10
  class EndpointHandler:
11
  def __init__(self, path=""):
 
6
 
7
  #device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
8
 
9
+ #### USE of PIPELINE
10
 
11
  class EndpointHandler:
12
  def __init__(self, path=""):