Ashishkr commited on
Commit
fb7edae
·
1 Parent(s): 22f313e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -305,10 +305,7 @@ youtube = gr.Interface(
305
  ["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True],
306
  ["https://www.youtube.com/watch?v=LCOe3a9EHJs", "transcribe", True],
307
  ],
308
- cache_examples=False,
309
- description=description,
310
- article=article,
311
- )
312
 
313
  demo = gr.Blocks()
314
 
 
305
  ["https://www.youtube.com/watch?v=m8u-18Q0s7I", "transcribe", True],
306
  ["https://www.youtube.com/watch?v=LCOe3a9EHJs", "transcribe", True],
307
  ],
308
+ cache_examples=False)
 
 
 
309
 
310
  demo = gr.Blocks()
311