Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
·
cc5aa27
1
Parent(s):
0216f54
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ def send_it8(inputs, noise_level, proc1=proc1):
|
|
112 |
return output8
|
113 |
|
114 |
|
|
|
115 |
def get_prompts(prompt_text):
|
116 |
output = text_gen(prompt_text)
|
117 |
return output
|
|
|
112 |
return output8
|
113 |
|
114 |
|
115 |
+
get_prompts_queue = Queue()
|
116 |
def get_prompts(prompt_text):
|
117 |
output = text_gen(prompt_text)
|
118 |
return output
|