Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import scipy.io.wavfile
|
|
11 |
import re
|
12 |
import numpy as np
|
13 |
import os
|
14 |
-
import
|
15 |
import tempfile
|
16 |
|
17 |
# 定义图像到文本函数
|
|
|
11 |
import re
|
12 |
import numpy as np
|
13 |
import os
|
14 |
+
from io import BytesIO
|
15 |
import tempfile
|
16 |
|
17 |
# 定义图像到文本函数
|