rohitp1 commited on
Commit
e651795
·
1 Parent(s): 72525f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -130,6 +130,7 @@ if __name__ == "__main__":
130
  [
131
  os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
132
  os.path.join(os.path.dirname(__file__), "audio/sample2.wav"),
 
133
  ],
134
  upl_input,
135
  [lbl_output, time_output],
 
130
  [
131
  os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
132
  os.path.join(os.path.dirname(__file__), "audio/sample2.wav"),
133
+ os.path.join(os.path.dirname(__file__), "audio/sample3.wav"),
134
  ],
135
  upl_input,
136
  [lbl_output, time_output],