Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|
|
|
|
|
|
|
|