PUSHPENDAR commited on
Commit
194fa1f
·
verified ·
1 Parent(s): 6c89d11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -267,4 +267,5 @@ with gr.Blocks(title="🚢 HRSID Ship Detection") as demo:
267
  )
268
 
269
  if __name__ == "__main__":
 
270
  demo.launch(server_name="0.0.0.0", server_port=7860)
 
267
  )
268
 
269
  if __name__ == "__main__":
270
+ demo.queue()
271
  demo.launch(server_name="0.0.0.0", server_port=7860)