Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,7 @@ import numpy as np
|
|
| 14 |
from PIL import Image as PILImage
|
| 15 |
import base64
|
| 16 |
from io import BytesIO
|
|
|
|
| 17 |
|
| 18 |
# Set the base directory
|
| 19 |
BASE_DIR = os.getcwd()
|
|
|
|
| 14 |
from PIL import Image as PILImage
|
| 15 |
import base64
|
| 16 |
from io import BytesIO
|
| 17 |
+
import japanize_matplotlib
|
| 18 |
|
| 19 |
# Set the base directory
|
| 20 |
BASE_DIR = os.getcwd()
|