Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,6 @@ import PyPDF2
|
|
| 12 |
import time
|
| 13 |
from google.cloud import texttospeech
|
| 14 |
from Historial.historial_chat import cargar_historial, guardar_historial # Importa las funciones
|
| 15 |
-
from utils.data_manager import (
|
| 16 |
-
realizar pedidos
|
| 17 |
|
| 18 |
# Configuraci贸n de NLTK
|
| 19 |
nltk.download('punkt')
|
|
|
|
| 12 |
import time
|
| 13 |
from google.cloud import texttospeech
|
| 14 |
from Historial.historial_chat import cargar_historial, guardar_historial # Importa las funciones
|
|
|
|
|
|
|
| 15 |
|
| 16 |
# Configuraci贸n de NLTK
|
| 17 |
nltk.download('punkt')
|