add debug to neural line 82
This commit is contained in:
parent
cc6d6406af
commit
5f04bb2ce3
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ async def Generate(prompt, channel, count=2, negativePrompt = "",size="square"):
|
||||||
|
|
||||||
data2 = response2.json()
|
data2 = response2.json()
|
||||||
if data2["status"]["isReady"]:
|
if data2["status"]["isReady"]:
|
||||||
|
print("Awesome! Debugging!")
|
||||||
links = []
|
links = []
|
||||||
view = ViewWithButton(parameter=channel,p2=prompt) # Establish an instance of the discord.ui.View class
|
view = ViewWithButton(parameter=channel,p2=prompt) # Establish an instance of the discord.ui.View class
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue