WillWEI0103 commited on
Commit
c80b484
·
verified ·
1 Parent(s): 07fc3f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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")