FarhadMadadzade
commited on
Commit
•
eecd1a3
1
Parent(s):
20fa434
small changes
Browse files
app.py
CHANGED
@@ -54,10 +54,12 @@ iface = gr.Interface(
|
|
54 |
],
|
55 |
outputs=[
|
56 |
gr.outputs.Video(),
|
57 |
-
gr.Textbox(lines=1000, max_lines=
|
58 |
],
|
59 |
title="Transcribe Swedish Parliament Decisions",
|
60 |
-
|
|
|
|
|
61 |
)
|
62 |
|
63 |
iface.launch()
|
|
|
54 |
],
|
55 |
outputs=[
|
56 |
gr.outputs.Video(),
|
57 |
+
gr.Textbox(lines=1000, max_lines=100, interactive=True),
|
58 |
],
|
59 |
title="Transcribe Swedish Parliament Decisions",
|
60 |
+
description="This app transcribes the top Swedish Parliament decision"
|
61 |
+
+ " video from the given date. Only the first 30 seconds of the "
|
62 |
+
+ "video will be used if it is longer than that.",
|
63 |
)
|
64 |
|
65 |
iface.launch()
|