Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import mysql.connector
|
|
5 |
from transformers import pipeline # Assuming you'll use Hugging Face pipeline
|
6 |
import email, imaplib, json, time
|
7 |
import logging
|
|
|
8 |
|
9 |
# Configure logging
|
10 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|
|
|
5 |
from transformers import pipeline # Assuming you'll use Hugging Face pipeline
|
6 |
import email, imaplib, json, time
|
7 |
import logging
|
8 |
+
import subprocess
|
9 |
|
10 |
# Configure logging
|
11 |
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
|