Spaces:
Runtime error
Runtime error
Anton Forsman
commited on
Commit
•
13279cf
1
Parent(s):
ed6fc19
Updated imports
Browse files
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
|