Update utils.py
Browse files
utils.py
CHANGED
@@ -5,7 +5,7 @@ from transformers import pipeline
|
|
5 |
from typing import Dict, Optional
|
6 |
from together import Together
|
7 |
from gtts import gTTS
|
8 |
-
from
|
9 |
|
10 |
|
11 |
# Image-to-text
|
|
|
5 |
from typing import Dict, Optional
|
6 |
from together import Together
|
7 |
from gtts import gTTS
|
8 |
+
from mail_sender import MailSender
|
9 |
|
10 |
|
11 |
# Image-to-text
|