Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|