amir22010 commited on
Commit
c7fc8ee
·
verified ·
1 Parent(s): 42efd6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -57,9 +57,6 @@ llm = Llama.from_pretrained(
57
  verbose=False
58
  )
59
 
60
- # locker that disallow access to the tts object from more then one thread
61
- locker = Lock()
62
-
63
  #guardrail model
64
  guard_llm = "llama-3.1-8b-instant"
65
 
 
57
  verbose=False
58
  )
59
 
 
 
 
60
  #guardrail model
61
  guard_llm = "llama-3.1-8b-instant"
62