Spaces:
Runtime error
Runtime error
Commit
·
251e43b
1
Parent(s):
b022cf1
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ from moviepy.editor import *
|
|
17 |
from pytube import YouTube
|
18 |
from youtube_transcript_api import YouTubeTranscriptApi
|
19 |
from utils import *
|
20 |
-
|
21 |
def download_video(url):
|
22 |
print("Downloading...")
|
23 |
local_file = (
|
@@ -322,5 +322,5 @@ gr.Interface(fn = video_to_translate,
|
|
322 |
inputs = [url,Idioma_de_Origen,Idioma_de_Destino],
|
323 |
outputs = 'video',
|
324 |
verbose = True,
|
325 |
-
|
326 |
).launch()
|
|
|
17 |
from pytube import YouTube
|
18 |
from youtube_transcript_api import YouTubeTranscriptApi
|
19 |
from utils import *
|
20 |
+
|
21 |
def download_video(url):
|
22 |
print("Downloading...")
|
23 |
local_file = (
|
|
|
322 |
inputs = [url,Idioma_de_Origen,Idioma_de_Destino],
|
323 |
outputs = 'video',
|
324 |
verbose = True,
|
325 |
+
css="footer {visibility: hidden}"
|
326 |
).launch()
|