cdactvm commited on
Commit
451f968
·
verified ·
1 Parent(s): b3e5896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,13 +1,12 @@
1
  import warnings
2
  warnings.filterwarnings("ignore")
3
- #os.system('git clone https://github.com/irshadbhat/indic-trans.git')
4
- #os.system('pip install ./indic-trans/.')
5
  import gradio as gr
6
  from transformers import pipeline
7
 
8
  import os
9
  import re
10
- import torchaudio
11
 
12
 
13
  # Initialize the speech recognition pipeline and transliterator
 
1
  import warnings
2
  warnings.filterwarnings("ignore")
3
+
 
4
  import gradio as gr
5
  from transformers import pipeline
6
 
7
  import os
8
  import re
9
+ #import torchaudio
10
 
11
 
12
  # Initialize the speech recognition pipeline and transliterator