why magic prompt taking too much queue time?
#1
by
trysem
- opened
why ?
I have no idea why it's taking so long. I am constantly trying to fix it. Please bear with me. I have zero knowledge of coding and I'm completely new.
UPDATE: The queue issue has been resolved. Enjoy!
thanks, what was the problem?? am also learning..
It was a small change. I added "queue=False" to the end of the code that runs the Magic Prompt.
see_prompts.click(get_prompts, inputs=[input_text], outputs=[prompt], queue=False)
thanks..