Anton Forsman commited on
Commit
13279cf
1 Parent(s): ed6fc19

Updated imports

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import io
 
2
  import numpy as np
3
  import streamlit as st
4
  from GPTTTS import GPTTTSTokenizer, GPTTTS
 
1
  import io
2
+ import transformers
3
  import numpy as np
4
  import streamlit as st
5
  from GPTTTS import GPTTTSTokenizer, GPTTTS