Updated app at sön 17 dec 2023 13:16:29 CET
Browse files
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 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
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()
|