vikramvasudevan commited on
Commit
360354c
·
verified ·
1 Parent(s): 005ef35

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -265,8 +265,8 @@ with gr.Blocks() as demo:
265
  placeholder="Paste one or more YouTube channel URLs (comma or newline separated)",
266
  )
267
  examples = {
268
- "Comma Separated Channels Example": "https://www.youtube.com/@onedayonepasuram6126,https://www.youtube.com/@srisookthi,https://www.youtube.com/@learn-aksharam",
269
- "Newline Separated Channels Example": "https://www.youtube.com/@onedayonepasuram6126\nhttps://www.youtube.com/@srisookthi\nhttps://www.youtube.com/@learn-aksharam",
270
  "One Day One Pasuram": "https://www.youtube.com/@onedayonepasuram6126",
271
  "Sri Sookthi": "https://www.youtube.com/@srisookthi",
272
  "Aksharam": "https://www.youtube.com/@learn-aksharam",
@@ -275,6 +275,7 @@ with gr.Blocks() as demo:
275
  "Aptitude Guru": "https://www.youtube.com/@AptitudeGuruHem",
276
  "Universe Genius": "https://www.youtube.com/@UniverseGenius",
277
  "Praveen Mohan": "https://www.youtube.com/@RealPraveenMohan",
 
278
  }
279
 
280
  def set_example(label):
 
265
  placeholder="Paste one or more YouTube channel URLs (comma or newline separated)",
266
  )
267
  examples = {
268
+ "Comma Separated Channels Example": "https://www.youtube.com/@onedayonepasuram6126,https://www.youtube.com/@srisookthi,https://www.youtube.com/@learn-aksharam,https://www.youtube.com/@SriYadugiriYathirajaMutt",
269
+ "Newline Separated Channels Example": "https://www.youtube.com/@onedayonepasuram6126\nhttps://www.youtube.com/@srisookthi\nhttps://www.youtube.com/@learn-aksharam\nhttps://www.youtube.com/@SriYadugiriYathirajaMutt",
270
  "One Day One Pasuram": "https://www.youtube.com/@onedayonepasuram6126",
271
  "Sri Sookthi": "https://www.youtube.com/@srisookthi",
272
  "Aksharam": "https://www.youtube.com/@learn-aksharam",
 
275
  "Aptitude Guru": "https://www.youtube.com/@AptitudeGuruHem",
276
  "Universe Genius": "https://www.youtube.com/@UniverseGenius",
277
  "Praveen Mohan": "https://www.youtube.com/@RealPraveenMohan",
278
+ "Yathiraja Mutt" : "https://www.youtube.com/@SriYadugiriYathirajaMutt"
279
  }
280
 
281
  def set_example(label):