tahirsher commited on
Commit
32d1b7b
·
verified ·
1 Parent(s): 6027573

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import librosa
5
  import streamlit as st
6
  from huggingface_hub import login
7
  from transformers import AutoProcessor, AutoModelForCTC
8
-
9
  # ================================
10
  # 1️⃣ Authenticate with Hugging Face Hub (Securely)
11
  # ================================
 
5
  import streamlit as st
6
  from huggingface_hub import login
7
  from transformers import AutoProcessor, AutoModelForCTC
8
+ import numpy as np
9
  # ================================
10
  # 1️⃣ Authenticate with Hugging Face Hub (Securely)
11
  # ================================