AIN-Arabic-VLM / run_app.sh
ahmedheakl's picture
Upload folder using huggingface_hub
34a1cb8 verified
raw
history blame contribute delete
345 Bytes
#!/bin/bash
source /apps/local/anaconda3/conda_init.sh
conda activate .ara-app
gunicorn -b 0.0.0.0:5000 app:app
# connect telegram bot
#
# curl -X POST https://api.telegram.org/bot8003439194:AAGQNjq3dQSZi4Ztv2Z0yyZx1ZnD0L5MR5o/setWebhook \
# -d "url=https://497f-5-195-0-145.ngrok-free.app/8003439194:AAGQNjq3dQSZi4Ztv2Z0yyZx1ZnD0L5MR5o"