Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def tts_chechen_logic(text):
|
|
| 24 |
return sampling_rate, audio_data, file_path
|
| 25 |
|
| 26 |
# --- БЛОК TELEGRAM БОТА ---
|
| 27 |
-
TG_TOKEN = "8287698372:
|
| 28 |
|
| 29 |
async def handle_tg_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
| 30 |
if not update.message or not update.message.text:
|
|
|
|
| 24 |
return sampling_rate, audio_data, file_path
|
| 25 |
|
| 26 |
# --- БЛОК TELEGRAM БОТА ---
|
| 27 |
+
TG_TOKEN = "8287698372:AAEwoOWgQWHbeyDmJdN0B-OpKpy7-TARHMg"
|
| 28 |
|
| 29 |
async def handle_tg_message(update: Update, context: ContextTypes.DEFAULT_TYPE):
|
| 30 |
if not update.message or not update.message.text:
|