Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,6 +6,7 @@ from dotenv import load_dotenv
|
|
| 6 |
from deepgram import DeepgramClient, PrerecordedOptions
|
| 7 |
import tempfile
|
| 8 |
import json
|
|
|
|
| 9 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 10 |
|
| 11 |
|
|
|
|
| 6 |
from deepgram import DeepgramClient, PrerecordedOptions
|
| 7 |
import tempfile
|
| 8 |
import json
|
| 9 |
+
import subprocess
|
| 10 |
from youtube_transcript_api import YouTubeTranscriptApi
|
| 11 |
|
| 12 |
|