Spaces:
Runtime error
Runtime error
fuhsiao418
commited on
Commit
·
2826508
1
Parent(s):
3be7247
update
Browse files- app.py +1 -1
- utils/__init__.py +1 -1
app.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from utils import convert_to_sentence_json, extract_sentence_features
|
2 |
import gradio as gr
|
3 |
|
4 |
|
|
|
1 |
+
from utils import read_text_to_json, convert_to_sentence_json, extract_sentence_features
|
2 |
import gradio as gr
|
3 |
|
4 |
|
utils/__init__.py
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
from utils.preprocess import convert_to_sentence_json, extract_sentence_features
|
2 |
|
|
|
1 |
+
from utils.preprocess import read_text_to_json, convert_to_sentence_json, extract_sentence_features
|
2 |
|