Ridealist commited on
Commit
dcb8c94
1 Parent(s): ac10408

chore: delete Debian dependency comments

Browse files
Files changed (1) hide show
  1. modules/whisper_modules.py +0 -5
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: