| # This script runs when the Hugging Face Space is first created | |
| # Create the treatments CSV file | |
| python create_treatments_csv.py | |
| # Create a dummy model if no model exists | |
| python dummy_model.py | |
| echo "Setup complete!" | |
| # This script runs when the Hugging Face Space is first created | |
| # Create the treatments CSV file | |
| python create_treatments_csv.py | |
| # Create a dummy model if no model exists | |
| python dummy_model.py | |
| echo "Setup complete!" | |