ayymen commited on
Commit
acb287f
1 Parent(s): f0a2f89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -24,10 +24,12 @@ article = (
24
  "<a href='https://github.com/NVIDIA/NeMo' target='_blank'>🧑‍💻 Repository</a>"
25
  "</p>"
26
  )
 
27
  examples = [
28
  ["data/conversation.wav"],
29
  ["data/id10270_5r0dWxy17C8-00001.wav"],
30
  ]
 
31
 
32
  def _return_yt_html_embed(yt_url):
33
  video_id = yt_url.split("?v=")[-1]
 
24
  "<a href='https://github.com/NVIDIA/NeMo' target='_blank'>🧑‍💻 Repository</a>"
25
  "</p>"
26
  )
27
+ '''
28
  examples = [
29
  ["data/conversation.wav"],
30
  ["data/id10270_5r0dWxy17C8-00001.wav"],
31
  ]
32
+ '''
33
 
34
  def _return_yt_html_embed(yt_url):
35
  video_id = yt_url.split("?v=")[-1]