Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,8 +47,7 @@ def predict(title, abstract, model, tokenizer, idx_to_category, threshold=0.95):
|
|
| 47 |
|
| 48 |
def main():
|
| 49 |
model, tokenizer, idx_to_category = load_model()
|
| 50 |
-
|
| 51 |
-
|
| 52 |
col1, col2 = st.columns([1, 4])
|
| 53 |
with col1:
|
| 54 |
st.image(header_img, width=100)
|
|
|
|
| 47 |
|
| 48 |
def main():
|
| 49 |
model, tokenizer, idx_to_category = load_model()
|
| 50 |
+
|
|
|
|
| 51 |
col1, col2 = st.columns([1, 4])
|
| 52 |
with col1:
|
| 53 |
st.image(header_img, width=100)
|