iqramukhtiar's picture
Upload 2 files
ef4758e verified
raw
history blame
231 Bytes
#!/bin/bash
# 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!"