Spaces:
Running
on
Zero
Running
on
Zero
artificialguybr
commited on
Commit
•
923fdda
1
Parent(s):
b3e0151
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import asyncio
|
|
4 |
import subprocess
|
5 |
import json
|
6 |
from zipfile import ZipFile
|
|
|
7 |
import gradio as gr
|
8 |
import ffmpeg
|
9 |
import cv2
|
@@ -13,6 +14,7 @@ from huggingface_hub import HfApi
|
|
13 |
import moviepy.editor as mp
|
14 |
import spaces
|
15 |
|
|
|
16 |
# Constants and initialization
|
17 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
18 |
REPO_ID = "artificialguybr/video-dubbing"
|
|
|
4 |
import subprocess
|
5 |
import json
|
6 |
from zipfile import ZipFile
|
7 |
+
import stat
|
8 |
import gradio as gr
|
9 |
import ffmpeg
|
10 |
import cv2
|
|
|
14 |
import moviepy.editor as mp
|
15 |
import spaces
|
16 |
|
17 |
+
|
18 |
# Constants and initialization
|
19 |
HF_TOKEN = os.environ.get("HF_TOKEN")
|
20 |
REPO_ID = "artificialguybr/video-dubbing"
|