Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|