Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1,12 @@
|
|
1 |
import warnings
|
2 |
warnings.filterwarnings("ignore")
|
3 |
-
|
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
|