lunarflu HF Staff commited on
Commit
68942b9
·
1 Parent(s): 64a29e0

Update deepfloydif.py

Browse files
Files changed (1) hide show
  1. deepfloydif.py +4 -1
deepfloydif.py CHANGED
@@ -113,5 +113,8 @@ def load_image(png_files, stage_1_results, png_file_index):
113
  png_file_index = png_file_index + 1
114
  return [img1, img2, img3, img4]
115
  #-------------------------------------------------------------------------------------------------------------------------------------
116
-
 
 
 
117
 
 
113
  png_file_index = png_file_index + 1
114
  return [img1, img2, img3, img4]
115
  #-------------------------------------------------------------------------------------------------------------------------------------
116
+ #-------------------------------------------------------------------------------------------------------------------------------------
117
+ async def react1234(reaction_emojis, combined_image_dfif):
118
+ for emoji in reaction_emojis:
119
+ await combined_image_dfif.add_reaction(emoji)
120