Duplicated from intellica/talk2data
64235d1 feac34e 64235d1 feac34e
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash # Replace 'myenv' with the name of your conda environment # conda deactivate # conda activate your_env_name if [ -f .env ]; then export $(grep -v '^#' .env | xargs) fi # echo "Starting Gradio app with DB_URL: $DB_URL" python app.py