Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ki33elev
/
Transformer_arxiv_classification
like
0
Runtime error
App
Files
Files
Community
ki33elev
commited on
Mar 25, 2022
Commit
491d5a1
•
1 Parent(s):
f05ebed
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import streamlit as st
2
-
import
pytorch
3
import transformers
4
5
@st.cache(suppress_st_warning=True)
1
import streamlit as st
2
+
import
torch
3
import transformers
4
5
@st.cache(suppress_st_warning=True)