comment the video translation func
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
from backend.text_to_tgt import src_txt_to_eng_translator
|
4 |
from backend.audio_to_tgt import src_audio_to_eng_translator
|
5 |
from backend.image_to_tgt import src_image_to_eng_translator
|
6 |
-
from backend.video_to_tgt import src_video_to_eng_translator
|
7 |
|
8 |
heading_txt = "Text-to-English"
|
9 |
description_txt = '''Enter text in any language, and get the translation in English.'''
|
|
|
3 |
from backend.text_to_tgt import src_txt_to_eng_translator
|
4 |
from backend.audio_to_tgt import src_audio_to_eng_translator
|
5 |
from backend.image_to_tgt import src_image_to_eng_translator
|
6 |
+
# from backend.video_to_tgt import src_video_to_eng_translator
|
7 |
|
8 |
heading_txt = "Text-to-English"
|
9 |
description_txt = '''Enter text in any language, and get the translation in English.'''
|