ki33elev commited on
Commit
491d5a1
1 Parent(s): f05ebed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)