File size: 281 Bytes
0891867
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

# Set environment variables for SageMaker
if [ "${SM_MODEL_DIR}" = "" ]; then
    export SM_MODEL_DIR=/opt/ml/model
fi

if [ "${SM_CHANNEL_TRAINING}" = "" ]; then
    export SM_CHANNEL_TRAINING=/opt/ml/input/data/training
fi

# Start the Gradio app
exec python3 app.py