Araeynn commited on
Commit
afbe422
·
verified ·
1 Parent(s): fe72239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -82,10 +82,10 @@ client = discord.Client(intents=intents)
82
 
83
  launch_time = datetime.datetime.utcnow()
84
 
85
- async def tti(p):
86
  SD.text_to_image(p)
87
 
88
- async def iti(p):
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