phenomenon1981 commited on
Commit
f4043e4
1 Parent(s): 4e58909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -104,6 +104,7 @@ def send_it8(inputs, noise_level, proc1=proc1):
104
  return output8
105
 
106
 
 
107
  def get_prompts(prompt_text):
108
  output = text_gen(prompt_text)
109
  return output
 
104
  return output8
105
 
106
 
107
+ get_prompts_queue = Queue()
108
  def get_prompts(prompt_text):
109
  output = text_gen(prompt_text)
110
  return output