Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import requests
|
|
2 |
import pytz
|
3 |
import streamlit as st
|
4 |
from datetime import datetime
|
5 |
-
from
|
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'
|