tykimos commited on
Commit
5ea63cd
โ€ข
1 Parent(s): 9fce41e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -50,8 +50,4 @@ with gr.Blocks() as demo:
50
  inference_btn.click(fn=detect_ship, inputs=input_image, outputs=output_image)
51
 
52
  # 4. Gradio ์‹คํ–‰
53
- demo.launch(inline=False)
54
-
55
- # 5. Gradio ์ข…๋ฃŒ
56
- demo.close()
57
-
 
50
  inference_btn.click(fn=detect_ship, inputs=input_image, outputs=output_image)
51
 
52
  # 4. Gradio ์‹คํ–‰
53
+ demo.launch(inline=False)