Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ hf_writer = gr.HuggingFaceDatasetSaver(HF_TOKEN, "save_audio")
|
|
11 |
cur_line=-1
|
12 |
|
13 |
def readFile():
|
14 |
-
f=open('
|
15 |
line_num=0
|
16 |
lines=f.readlines()
|
17 |
line_num = len(lines)
|
|
|
11 |
cur_line=-1
|
12 |
|
13 |
def readFile():
|
14 |
+
f=open('punjabi_test_data.txt')
|
15 |
line_num=0
|
16 |
lines=f.readlines()
|
17 |
line_num = len(lines)
|