Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -73,17 +73,17 @@ gr.Interface(fn = video_to_translate,
|
|
73 |
outputs = 'video',
|
74 |
verbose = True,
|
75 |
title = 'Video Translator',
|
76 |
-
description = 'A simple application that
|
77 |
article =
|
78 |
'''<div>
|
79 |
-
<p style="text-align: center"> All you need to do is to upload the mp4 file and hit submit, then wait for compiling. After that click on Play/Pause for listing to the video. The video is saved in
|
80 |
For more information visit <a href="https://ruslanmv.com/">ruslanmv.com</a>
|
81 |
</p>
|
82 |
</div>''',
|
83 |
-
examples=[['obama.mp4',"English",'Spanish']
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
]
|
89 |
).launch()
|
|
|
73 |
outputs = 'video',
|
74 |
verbose = True,
|
75 |
title = 'Video Translator',
|
76 |
+
description = 'A simple application that translates from English, Italian, Japanese, Russian, Spanish, and German video files to Italian, Spanish, Russian, English, Japanese and Chinese. Upload your own file, or click one of the examples to load them. Wait one minute to process.',
|
77 |
article =
|
78 |
'''<div>
|
79 |
+
<p style="text-align: center"> All you need to do is to upload the mp4 file and hit submit, then wait for compiling. After that click on Play/Pause for listing to the video. The video is saved in an mp4 format.
|
80 |
For more information visit <a href="https://ruslanmv.com/">ruslanmv.com</a>
|
81 |
</p>
|
82 |
</div>''',
|
83 |
+
examples=[['obama.mp4',"English",'Spanish']]#,
|
84 |
+
# ['obama.mp4',"English",'Italian'],
|
85 |
+
# ['obama.mp4',"English",'German'],
|
86 |
+
# ['obama.mp4',"English",'Japanese'],
|
87 |
+
# ['obama.mp4',"English",'Chinese']
|
88 |
+
#]
|
89 |
).launch()
|