Update app.py
Browse files
app.py
CHANGED
|
@@ -5,6 +5,9 @@ from datetime import datetime
|
|
| 5 |
from hashlib import sha256
|
| 6 |
import os
|
| 7 |
from huggingface_hub import HfApi, hf_hub_download
|
|
|
|
|
|
|
|
|
|
| 8 |
|
| 9 |
# Configuraci贸n
|
| 10 |
CSV_FILE = "registros_incidencias.csv"
|
|
|
|
| 5 |
from hashlib import sha256
|
| 6 |
import os
|
| 7 |
from huggingface_hub import HfApi, hf_hub_download
|
| 8 |
+
from PIL import Image
|
| 9 |
+
import requests
|
| 10 |
+
from io import BytesIO
|
| 11 |
|
| 12 |
# Configuraci贸n
|
| 13 |
CSV_FILE = "registros_incidencias.csv"
|