niteshraj707 commited on
Commit
248a2f4
·
1 Parent(s): 5741bdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  import streamlit as st
3
  from transformers import pipeline
4
 
5
- pipe = pipeline('models/bigcode/starpii')
6
  text = st.text_area('enter some text!')
7
 
8
  if text:
 
2
  import streamlit as st
3
  from transformers import pipeline
4
 
5
+ pipe = pipeline('starpii')
6
  text = st.text_area('enter some text!')
7
 
8
  if text: