Update app.py
Browse files
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=
|
| 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()
|