Spaces:
Runtime error
Runtime error
unserializable
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ if __name__ == "__main__":
|
|
102 |
wav_file = get_path_to_wav_format(uploaded_file)
|
103 |
# st.write(wav_file)
|
104 |
result = model.recognize(wav_file, langcode)
|
105 |
-
results[
|
106 |
# st.write(result)
|
107 |
|
108 |
st.write(results)
|
|
|
102 |
wav_file = get_path_to_wav_format(uploaded_file)
|
103 |
# st.write(wav_file)
|
104 |
result = model.recognize(wav_file, langcode)
|
105 |
+
results[uploaded_file.name] = result
|
106 |
# st.write(result)
|
107 |
|
108 |
st.write(results)
|