aiDevzz commited on
Commit
0a80503
1 Parent(s): 08d8a53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,6 +1,8 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
 
 
4
  pipe = pipeline('sentiment-analysis')
5
  text = st.text_area('Darwin prompt')
6
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ st.title('DarwinV1.0')
5
+ st.text('DarwinV1.0 Model: https://huggingface.co/aiDevzz/DarwinV1.0')
6
  pipe = pipeline('sentiment-analysis')
7
  text = st.text_area('Darwin prompt')
8