ruslanmv commited on
Commit
411bdf9
·
1 Parent(s): e07df12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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("English-Steve-Jobs.mp4")],
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