datasciencedojo commited on
Commit
7b71e07
·
1 Parent(s): e08c099

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -36,7 +36,8 @@ gr.Examples(
36
  [["https://www.youtube.com/watch?v=47dtFZ8CFo8",'chinese (simplified)'], ["https://www.youtube.com/watch?v=hT_nvWreIhg",'french'],['https://www.youtube.com/watch?v=PMs76lrqiA4','urdu']],
37
  fn = transcript_generator,
38
  inputs = [input1,input2],
39
- outputs = [output1,output2]
 
40
  )
41
  if __name__ == "__main__":
42
  demo.launch()
 
36
  [["https://www.youtube.com/watch?v=47dtFZ8CFo8",'chinese (simplified)'], ["https://www.youtube.com/watch?v=hT_nvWreIhg",'french'],['https://www.youtube.com/watch?v=PMs76lrqiA4','urdu']],
37
  fn = transcript_generator,
38
  inputs = [input1,input2],
39
+ outputs = [output1,output2],
40
+ cache_examples = True
41
  )
42
  if __name__ == "__main__":
43
  demo.launch()