martenb commited on
Commit
be31921
·
1 Parent(s): 6d5a033

Updated app at sön 17 dec 2023 13:16:29 CET

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -123,13 +123,13 @@ iface = gr.Interface(
123
  fn=process_video,
124
  inputs=gr.Textbox(label="Swedish YouTube Video URL"),
125
  outputs=gr.Textbox(label="Transcriptions"),
126
- examples=[
127
- ["https://www.youtube.com/watch?v=hcxwTgEC7IM"], # Fred på jorden
128
- ["https://www.youtube.com/watch?v=AzlipxrzMe4"], # Jerry talar spanska
129
- ["https://www.youtube.com/watch?v=H_16_5kGh3I"], # Det heter näsa, inte nos!
130
- # ["https://www.youtube.com/watch?v=v2m4V6FUseQ"], # Ove blir arg på pantsystemet
131
- # ["https://www.youtube.com/watch?v=oA5QJHBNQkU"], # Hur mår björnen egentligen? (takes too long)
132
- ]
133
  )
134
 
135
  iface.launch()
 
123
  fn=process_video,
124
  inputs=gr.Textbox(label="Swedish YouTube Video URL"),
125
  outputs=gr.Textbox(label="Transcriptions"),
126
+ # examples=[
127
+ # # ["https://www.youtube.com/watch?v=hcxwTgEC7IM"], # Fred på jorden
128
+ # # ["https://www.youtube.com/watch?v=AzlipxrzMe4"], # Jerry talar spanska
129
+ # # ["https://www.youtube.com/watch?v=H_16_5kGh3I"], # Det heter näsa, inte nos!
130
+ # # ["https://www.youtube.com/watch?v=v2m4V6FUseQ"], # Ove blir arg på pantsystemet
131
+ # # ["https://www.youtube.com/watch?v=oA5QJHBNQkU"], # Hur mår björnen egentligen? (takes too long)
132
+ # ]
133
  )
134
 
135
  iface.launch()