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

Update app.py

Browse files

proper case for PyTorch

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
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
+ import PyTorch as pt
4
 
5
  # Initialize the POS tagger with from_pt=True for PyTorch model
6
  pos_tagger = pipeline(