Spaces:
Build error
Build error
fix
Browse files
rebel.py
CHANGED
@@ -5,6 +5,7 @@ from functools import lru_cache
|
|
5 |
import spacy
|
6 |
from spacy import displacy
|
7 |
|
|
|
8 |
|
9 |
DEFAULT_LABEL_COLORS = {
|
10 |
"ORG": "#7aecec",
|
|
|
5 |
import spacy
|
6 |
from spacy import displacy
|
7 |
|
8 |
+
import streamlit as st
|
9 |
|
10 |
DEFAULT_LABEL_COLORS = {
|
11 |
"ORG": "#7aecec",
|