phenomenon1981 commited on
Commit
b10e294
1 Parent(s): 7986754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=get_prompts, args=(prompt_text,))
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