rohitp1 commited on
Commit
1139409
·
1 Parent(s): 8dd4f93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ if __name__ == "__main__":
139
  gr.Examples(
140
  [
141
  os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
142
- # os.path.join(os.path.dirname(__file__), "audio/sample2.wav"),
143
  os.path.join(os.path.dirname(__file__), "audio/sample3.wav"),
144
  ],
145
  upl_input,
 
139
  gr.Examples(
140
  [
141
  os.path.join(os.path.dirname(__file__), "audio/sample1.wav"),
142
+ os.path.join(os.path.dirname(__file__), "audio/sample2.wav"),
143
  os.path.join(os.path.dirname(__file__), "audio/sample3.wav"),
144
  ],
145
  upl_input,