Update app.py
Browse files
app.py
CHANGED
@@ -45,5 +45,6 @@ if filter(title, abstract):
|
|
45 |
model, tokenizer = Model()
|
46 |
#logits = Predict(model, tokenizer, text)
|
47 |
#Print(logits, dictionary)
|
|
|
48 |
|
49 |
|
|
|
45 |
model, tokenizer = Model()
|
46 |
#logits = Predict(model, tokenizer, text)
|
47 |
#Print(logits, dictionary)
|
48 |
+
st.markdown(f"{model}")
|
49 |
|
50 |
|