Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import time
|
|
10 |
from transformers import WhisperForAudioClassification, AutoFeatureExtractor
|
11 |
|
12 |
# Set page title and favicon
|
13 |
-
st.set_page_config(page_title="Audio Visualization", page_icon="🎧")
|
14 |
|
15 |
# Upload audio file
|
16 |
audio_file = st.file_uploader("Upload Audio file for Assessment", type=["wav", "mp3"])
|
|
|
10 |
from transformers import WhisperForAudioClassification, AutoFeatureExtractor
|
11 |
|
12 |
# Set page title and favicon
|
13 |
+
#st.set_page_config(page_title="Audio Visualization", page_icon="🎧")
|
14 |
|
15 |
# Upload audio file
|
16 |
audio_file = st.file_uploader("Upload Audio file for Assessment", type=["wav", "mp3"])
|