Spaces:
Runtime error
Runtime error
phamngoctukts
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,6 @@ import time
|
|
8 |
from pydub import AudioSegment
|
9 |
import librosa
|
10 |
from utils.vad import get_speech_timestamps, collect_chunks, VadOptions
|
11 |
-
from huggingface_hub import login, hf_hub_download
|
12 |
-
import os
|
13 |
from PIL import Image
|
14 |
from ClassPrompt import PromptClass
|
15 |
import render
|
|
|
8 |
from pydub import AudioSegment
|
9 |
import librosa
|
10 |
from utils.vad import get_speech_timestamps, collect_chunks, VadOptions
|
|
|
|
|
11 |
from PIL import Image
|
12 |
from ClassPrompt import PromptClass
|
13 |
import render
|