Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -82,10 +82,10 @@ client = discord.Client(intents=intents)
|
|
82 |
|
83 |
launch_time = datetime.datetime.utcnow()
|
84 |
|
85 |
-
|
86 |
SD.text_to_image(p)
|
87 |
|
88 |
-
|
89 |
RF.image_to_image(p)
|
90 |
|
91 |
@client.event
|
|
|
82 |
|
83 |
launch_time = datetime.datetime.utcnow()
|
84 |
|
85 |
+
def tti(p):
|
86 |
SD.text_to_image(p)
|
87 |
|
88 |
+
def iti(p):
|
89 |
RF.image_to_image(p)
|
90 |
|
91 |
@client.event
|