LDanielBlueway commited on
Commit
0611e70
·
verified ·
1 Parent(s): bb73b2c

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
 
9
  class EndpointHandler():
10
  def __init__(self, path=""):
11
- self.model, self.processor = uform.get_model('Blueway/Inference-endpoint-for-uform-vl-multilingual-v2')
12
 
13
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
14
  """
 
8
 
9
  class EndpointHandler():
10
  def __init__(self, path=""):
11
+ self.model, self.processor = uform.get_model('unum-cloud/uform-vl-multilingual-v2')
12
 
13
  def __call__(self, data: Dict[str, Any]) -> List[Dict[str, Any]]:
14
  """