omar1232 commited on
Commit
6e959f5
·
verified ·
1 Parent(s): a9fdb06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from telegram import Update
8
  from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes
9
 
10
  # Telegram bot token (to be set via Hugging Face Space secrets)
11
- TELEGRAM_BOT_TOKEN = os.getenv("8030235633:AAHKvxM9Nzp0DkxfdotMux3572tC_5CGEUA")
12
 
13
  # Process audio and transcribe
14
  def process_audio(audio_input):
 
8
  from telegram.ext import Application, CommandHandler, MessageHandler, filters, ContextTypes
9
 
10
  # Telegram bot token (to be set via Hugging Face Space secrets)
11
+ TELEGRAM_BOT_TOKEN = os.getenv("TELEGRAM_BOT_TOKEN")
12
 
13
  # Process audio and transcribe
14
  def process_audio(audio_input):