sanchit-gandhi HF staff commited on
Commit
5501e45
1 Parent(s): 485d132

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ youtube = gr.Interface(
297
  ],
298
  allow_flagging="never",
299
  title=title,
300
- examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", True]],
301
  cache_examples=False,
302
  description=description,
303
  article=article,
 
297
  ],
298
  allow_flagging="never",
299
  title=title,
300
+ examples=[["https://www.youtube.com/watch?v=m8u-18Q0s7I", True, True]],
301
  cache_examples=False,
302
  description=description,
303
  article=article,