Skip to content

Commit

Permalink
add more sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed Jun 1, 2024
1 parent 55498f3 commit 3355d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

sleep 3
sleep 5

if [ ! -e "/opt/run/app.py" ]; then
echo 'import gradio as gr
Expand Down

0 comments on commit 3355d12

Please sign in to comment.