Sergidev commited on
Commit
4fb1187
1 Parent(s): b594603

Update modules/pmbl.py

Browse files
Files changed (1) hide show
  1. modules/pmbl.py +1 -1
modules/pmbl.py CHANGED
@@ -3,7 +3,7 @@ from datetime import datetime
3
  from concurrent.futures import ThreadPoolExecutor
4
  import torch
5
  import spaces
6
-
7
  class PMBL:
8
  def __init__(self, model_path):
9
  self.model_path = model_path
 
3
  from concurrent.futures import ThreadPoolExecutor
4
  import torch
5
  import spaces
6
+ from huggingface-hub import spaces
7
  class PMBL:
8
  def __init__(self, model_path):
9
  self.model_path = model_path