Sephfox commited on
Commit
577b4bf
·
verified ·
1 Parent(s): d8dcef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -575,8 +575,7 @@ def create_avatar():
575
  start = (np.random.randint(0, AVATAR_WIDTH), np.random.randint(0, AVATAR_HEIGHT))
576
  end = (np.random.randint(0, AVATAR_WIDTH), np.random.randint(0, AVATAR_HEIGHT))
577
  draw.line([start, end], fill=(0, 255, 255, 50), width=1)
578
-
579
- return img
580
 
581
 
582
  # Create and display avatar with heatmap
 
575
  start = (np.random.randint(0, AVATAR_WIDTH), np.random.randint(0, AVATAR_HEIGHT))
576
  end = (np.random.randint(0, AVATAR_WIDTH), np.random.randint(0, AVATAR_HEIGHT))
577
  draw.line([start, end], fill=(0, 255, 255, 50), width=1)
578
+ return img
 
579
 
580
 
581
  # Create and display avatar with heatmap