Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -71,10 +71,7 @@ def video_to_translate(file_obj,initial_language,final_language):
|
|
71 |
|
72 |
|
73 |
examples = [
|
74 |
-
[os.path.abspath("
|
75 |
-
[os.path.abspath("Russian-Putin.mp4")],
|
76 |
-
[os.path.abspath("Italian-Conte.mp4")],
|
77 |
-
[os.path.abspath("Japanese-DragonBall.mp4")]
|
78 |
]
|
79 |
|
80 |
|
@@ -94,7 +91,7 @@ gr.Interface(fn = video_to_translate,
|
|
94 |
For more information visit <a href="https://ruslanmv.com/">ruslanmv.com</a>
|
95 |
</p>
|
96 |
</div>''',
|
97 |
-
examples=examples
|
98 |
).launch()
|
99 |
|
100 |
|
|
|
71 |
|
72 |
|
73 |
examples = [
|
74 |
+
[os.path.abspath("Italian-Conte.mp4")],]
|
|
|
|
|
|
|
75 |
]
|
76 |
|
77 |
|
|
|
91 |
For more information visit <a href="https://ruslanmv.com/">ruslanmv.com</a>
|
92 |
</p>
|
93 |
</div>''',
|
94 |
+
#examples=examples
|
95 |
).launch()
|
96 |
|
97 |
|