awacke1 commited on
Commit
e1b66b5
1 Parent(s): 115aecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import copy
2
  import logging
 
 
3
  from typing import List
4
 
5
  import streamlit as st
 
1
  import copy
2
  import logging
3
+ import transformers
4
+
5
  from typing import List
6
 
7
  import streamlit as st