nornorr commited on
Commit
152a7c8
·
1 Parent(s): 4fd2e54

Update app.py

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
- classifier = pipeline("conversational", model="robinhad/gpt2-uk-conversational")
5
  def main():
6
  st.title("Text-classification")
7
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ classifier = pipeline("conversational", model="gpt2-uk-conversational")
5
  def main():
6
  st.title("Text-classification")
7