d3dname commited on
Commit
2f7af2d
·
verified ·
1 Parent(s): 798591b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -4,6 +4,7 @@ import requests
4
  import os
5
  import time
6
  import streamlit as st
 
7
  from streamlit_mic_recorder import mic_recorder
8
  MODEL_NAME = "drinktoomuchsax/whisper-small-hi"
9
  lang = "en"
 
4
  import os
5
  import time
6
  import streamlit as st
7
+ import base64
8
  from streamlit_mic_recorder import mic_recorder
9
  MODEL_NAME = "drinktoomuchsax/whisper-small-hi"
10
  lang = "en"