removes depencency
This commit is contained in:
@@ -6,7 +6,6 @@ Stores global variables for the app.
|
|||||||
import multiprocessing
|
import multiprocessing
|
||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
import yaml
|
|
||||||
|
|
||||||
REQUEST_QUEUE = multiprocessing.Queue() # audio file path as string
|
REQUEST_QUEUE = multiprocessing.Queue() # audio file path as string
|
||||||
RESPONSE_QUEUE = multiprocessing.Queue() # transcription as string
|
RESPONSE_QUEUE = multiprocessing.Queue() # transcription as string
|
||||||
@@ -22,3 +21,4 @@ LAST_USED = time.time()
|
|||||||
TIMEOUT = None #seconds
|
TIMEOUT = None #seconds
|
||||||
|
|
||||||
DEFAULT_APP_CONIFG_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "config.yml")
|
DEFAULT_APP_CONIFG_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "config.yml")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user