Spaces:
Runtime error
Runtime error
chore: delete Debian dependency comments
Browse files
modules/whisper_modules.py
CHANGED
@@ -7,11 +7,6 @@ from langchain.prompts import PromptTemplate
|
|
7 |
from modules.gpt_modules import gpt_call
|
8 |
from dotenv import dotenv_values
|
9 |
|
10 |
-
"""
|
11 |
-
apt-get update
|
12 |
-
apt-get install ffmpeg
|
13 |
-
"""
|
14 |
-
|
15 |
config = dotenv_values(".env")
|
16 |
|
17 |
if config:
|
|
|
7 |
from modules.gpt_modules import gpt_call
|
8 |
from dotenv import dotenv_values
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
config = dotenv_values(".env")
|
11 |
|
12 |
if config:
|