pratikshahp commited on
Commit
47eac83
·
verified ·
1 Parent(s): 4d2986c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -5,7 +5,6 @@
5
  import torch
6
  import streamlit as st
7
  from audio_recorder_streamlit import audio_recorder
8
- from langdetect import detect
9
  import numpy as np
10
  from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
11
 
 
5
  import torch
6
  import streamlit as st
7
  from audio_recorder_streamlit import audio_recorder
 
8
  import numpy as np
9
  from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
10