Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,8 @@ import streamlit as st
|
|
2 |
from annotated_text import annotated_text
|
3 |
from refined.inference.processor import Refined
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
# Load WordLift Logo
|
8 |
-
image = Image.open('logo-wordlift.png')
|
9 |
|
10 |
# Initiate the model
|
11 |
model_options = {"aida_model", "wikipedia_model_with_numbers"}
|
|
|
2 |
from annotated_text import annotated_text
|
3 |
from refined.inference.processor import Refined
|
4 |
|
5 |
+
# Sidebar
|
6 |
+
st.sidebar.image("logo-wordlift.png")
|
|
|
|
|
7 |
|
8 |
# Initiate the model
|
9 |
model_options = {"aida_model", "wikipedia_model_with_numbers"}
|