awacke1 commited on
Commit
d587e3c
·
1 Parent(s): 1042b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import requests
2
  import pytz
3
  import streamlit as st
4
  from datetime import datetime
5
- from streamlit_audio_recorder import AudioRecorder
6
 
7
  API_URL = "https://tonpixzfvq3791u9.us-east-1.aws.endpoints.huggingface.cloud"
8
  key = 'test-public-anonymous-T4-Whisper-Small-En'
 
2
  import pytz
3
  import streamlit as st
4
  from datetime import datetime
5
+ from audio_recorder_streamlit import audio_recorder
6
 
7
  API_URL = "https://tonpixzfvq3791u9.us-east-1.aws.endpoints.huggingface.cloud"
8
  key = 'test-public-anonymous-T4-Whisper-Small-En'