jethrovic commited on
Commit
ce7ebd7
·
1 Parent(s): fd940ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
- import PyTorch as pt
4
 
5
  # Initialize the POS tagger with from_pt=True for PyTorch model
6
  pos_tagger = pipeline(
 
1
  import streamlit as st
2
  from transformers import pipeline
 
3
 
4
  # Initialize the POS tagger with from_pt=True for PyTorch model
5
  pos_tagger = pipeline(