Sergidev commited on
Commit
2550e56
1 Parent(s): 71024a1

Update modules/pmbl.py

Browse files
Files changed (1) hide show
  1. modules/pmbl.py +1 -1
modules/pmbl.py CHANGED
@@ -2,7 +2,7 @@ import sqlite3
2
  from datetime import datetime
3
  from concurrent.futures import ThreadPoolExecutor
4
  import torch
5
- from huggingface_hub import spaces
6
 
7
  class PMBL:
8
  def __init__(self, model_path):
 
2
  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):