vamcrizer commited on
Commit
4ab4ca2
·
verified ·
1 Parent(s): 37e973e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ def create_meme(prompt):
73
  x=combined_img.shape[1] / 2,
74
  y=white_space_height / 2,
75
  s=caption,
76
- fontsize=11, color='black', ha='center', va='top', fontweight='bold'
77
  )
78
 
79
  plt.show()
 
73
  x=combined_img.shape[1] / 2,
74
  y=white_space_height / 2,
75
  s=caption,
76
+ fontsize=15, color='black', ha='center', va='top', fontweight='bold'
77
  )
78
 
79
  plt.show()