Jialin Yang
Initial release on Huggingface Spaces with Gradio UI
352b049
raw
history blame contribute delete
127 Bytes
#!/bin/bash
set -x
export DISPLAY=:99.0
which Xvfb
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
# sleep 3
set +x
exec "$@"