Booguy commited on
Commit
fd0d102
1 Parent(s): d6958ad

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -0
utils.py CHANGED
@@ -2,6 +2,7 @@ import pandas as pd
2
  import streamlit as st
3
  import torch
4
 
 
5
  from src.config import CONFIG
6
  from src.model import BertLightningModel
7
 
 
2
  import streamlit as st
3
  import torch
4
 
5
+ from typing import List
6
  from src.config import CONFIG
7
  from src.model import BertLightningModel
8