Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
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 |
|