WillWEI0103
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
|
|
3 |
|
4 |
def sentiment(summary):
|
5 |
pipe = pipeline("text-classification", model="WillWEI0103/CustomModel_finance_sentiment_analytics")
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
+
import time
|
4 |
|
5 |
def sentiment(summary):
|
6 |
pipe = pipeline("text-classification", model="WillWEI0103/CustomModel_finance_sentiment_analytics")
|