Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
b10e294
1
Parent(s):
7986754
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def send_it8(inputs, noise_level, proc1=proc1):
|
|
83 |
def get_prompts(prompt_text):
|
84 |
return text_gen(prompt_text)
|
85 |
|
86 |
-
thread = threading.Thread(target=
|
87 |
thread.start()
|
88 |
|
89 |
|
|
|
83 |
def get_prompts(prompt_text):
|
84 |
return text_gen(prompt_text)
|
85 |
|
86 |
+
thread = threading.Thread(target=prompt_text, args=(get_prompts,))
|
87 |
thread.start()
|
88 |
|
89 |
|