textgames / play.sh
fhudi's picture
Upload folder using huggingface_hub
7d76671 verified
raw
history blame contribute delete
142 Bytes
cur_datetime="$(date '+%Y%m%d_%H%M%S')";
echo "Current Time: ${cur_datetime}";
python -u play_gradio.py | tee "log/run_${cur_datetime}.log"