Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ from transcribe import transcribe
|
|
| 2 |
from moviepy import *
|
| 3 |
from translate import translate
|
| 4 |
from edite_video import video_edit
|
| 5 |
-
|
| 6 |
|
| 7 |
def extract_audio(input_video_name):
|
| 8 |
# Define the input video file and output audio file
|
|
|
|
| 2 |
from moviepy import *
|
| 3 |
from translate import translate
|
| 4 |
from edite_video import video_edit
|
| 5 |
+
import gradio as gr
|
| 6 |
|
| 7 |
def extract_audio(input_video_name):
|
| 8 |
# Define the input video file and output audio file
|