phenomenon1981 commited on
Commit
077da18
1 Parent(s): 16542ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ restart_thread = Thread(target=restart_script_periodically, daemon=True)
20
  restart_thread.start()
21
 
22
  queue = Queue()
23
- queue_threshold = 9
24
 
25
  def add_random_noise(prompt, noise_level=0.07):
26
  # Get the percentage of characters to add as noise
 
20
  restart_thread.start()
21
 
22
  queue = Queue()
23
+ queue_threshold = 100
24
 
25
  def add_random_noise(prompt, noise_level=0.07):
26
  # Get the percentage of characters to add as noise