Spaces:
Runtime error
Runtime error
Rehman1603
commited on
Commit
•
98c0f61
1
Parent(s):
36f8179
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ from Download_Video import download_video
|
|
6 |
from Merged_Chunks import Merged_chunks
|
7 |
from Text_to_speech import Text_to_Speech
|
8 |
from Video_dube import Video_dub
|
|
|
9 |
|
10 |
# @title Main Function
|
11 |
def main_fun(video_url,language):
|
|
|
6 |
from Merged_Chunks import Merged_chunks
|
7 |
from Text_to_speech import Text_to_Speech
|
8 |
from Video_dube import Video_dub
|
9 |
+
import numpy as np
|
10 |
|
11 |
# @title Main Function
|
12 |
def main_fun(video_url,language):
|