Spaces:
Runtime error
Runtime error
Commit
·
6a73134
1
Parent(s):
248a2f4
Update app.py
Browse files
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('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('bigcode/starpii')
|
6 |
text = st.text_area('enter some text!')
|
7 |
|
8 |
if text:
|