Spaces:
Sleeping
Sleeping
dangtiendatdat
commited on
Update MeAI_Maincode/Polyb.py
Browse files- MeAI_Maincode/Polyb.py +1 -1
MeAI_Maincode/Polyb.py
CHANGED
@@ -95,7 +95,7 @@ def create_polyb():
|
|
95 |
gr.Markdown("Hãy tải ảnh lên và nhấn **Xử Lý** để khoanh vùng Polyp.")
|
96 |
with gr.Row():
|
97 |
inp = gr.Image(label= "Nhập Ảnh",type="pil",height=512, width=512,value="../anh/viemphoi.jpeg",interactive=True)
|
98 |
-
out = gr.
|
99 |
btn = gr.Button("Xử Lý")
|
100 |
btn.click(fn=main, inputs=inp, outputs=out)
|
101 |
return demo
|
|
|
95 |
gr.Markdown("Hãy tải ảnh lên và nhấn **Xử Lý** để khoanh vùng Polyp.")
|
96 |
with gr.Row():
|
97 |
inp = gr.Image(label= "Nhập Ảnh",type="pil",height=512, width=512,value="../anh/viemphoi.jpeg",interactive=True)
|
98 |
+
out = gr.Image(label="Kết Quả Dự Đoán", type = 'pil', height=512, width=512)
|
99 |
btn = gr.Button("Xử Lý")
|
100 |
btn.click(fn=main, inputs=inp, outputs=out)
|
101 |
return demo
|