Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
3a94eb5
1
Parent(s):
cc86085
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ def restart_script_periodically():
|
|
19 |
restart_thread = Thread(target=restart_script_periodically, daemon=True)
|
20 |
restart_thread.start()
|
21 |
|
|
|
22 |
queue_threshold = 100
|
23 |
|
24 |
def add_random_noise(prompt, noise_level=0.07):
|
|
|
19 |
restart_thread = Thread(target=restart_script_periodically, daemon=True)
|
20 |
restart_thread.start()
|
21 |
|
22 |
+
queue = Queue()
|
23 |
queue_threshold = 100
|
24 |
|
25 |
def add_random_noise(prompt, noise_level=0.07):
|