tinewto commited on
Commit
aef4bd6
1 Parent(s): 3d1ad29

updated script

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- # Load the sentiment analysis pipeline
5
  generator = pipeline("text-generation")
6
 
7
  # Streamlit app
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ # Load the text generation pipeline
5
  generator = pipeline("text-generation")
6
 
7
  # Streamlit app